]> git.sur5r.net Git - u-boot/blobdiff - board/sc520_cdp/u-boot.lds
* Added VIA configuration table
[u-boot] / board / sc520_cdp / u-boot.lds
index 1944a74aaa06b09f8b79f3c09a3ce3ad50cfecc6..72164a1c8e68eaba6f6ce5d1417183f7510d8104 100644 (file)
@@ -31,7 +31,7 @@ SECTIONS
        .text  : { *(.text); }
 
        . = ALIGN(4);
-       .rodata : { *(.rodata) }
+       .rodata : { *(.rodata) *(.rodata.str1.1) *(.rodata.str1.32) }
 
        . = 0x400000;                       /* Ram data segment to use */
        _i386boot_romdata_dest = ABSOLUTE(.);
@@ -62,6 +62,7 @@ SECTIONS
        _i386boot_bios_size = SIZEOF(.bios);
 
 
+  . = .;
   __u_boot_cmd_start = .;
   .u_boot_cmd : { *(.u_boot_cmd) }
   __u_boot_cmd_end = .;