fixed error message (xhdi_get_capacity())

This commit is contained in:
Markus Fröschle
2013-08-11 15:40:37 +00:00
parent 7a3084d76f
commit d61056eaf0
2 changed files with 3 additions and 6 deletions

View File

@@ -52,12 +52,9 @@ SECTIONS
*(.data)
__BAS_DATA_END = .;
*(.bss)
/* The BaS copy routine assumes that tha BaS size
* is a multiple of the following value.
*/
. = ALIGN(16);
#endif /* TARGET_ADDRESS */
#if (FORMAT == elf32-m68k)
*(.rodata)
*(.rodata.*)