]> git.sur5r.net Git - u-boot/blobdiff - board/assabet/u-boot.lds
smdk6400: Use CONFIG_FLASH_CFI_DRIVER
[u-boot] / board / assabet / u-boot.lds
index 92ad9f8e56991ac00e505e1780f732862d8a3c35..3f52f04316a8ad3019c2e68c84130956ea6b017e 100644 (file)
@@ -46,12 +46,13 @@ SECTIONS
        .got : { *(.got) }
 
 
+       . = .;
        __u_boot_cmd_start = .;
        .u_boot_cmd : { *(.u_boot_cmd) }
        __u_boot_cmd_end = .;
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }