]> git.sur5r.net Git - u-boot/blobdiff - board/omap2420h4/u-boot.lds
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[u-boot] / board / omap2420h4 / u-boot.lds
index e9ff741ced518a1f07548441470716c52d68c678..aae716cb2d415f4bc7e756ae726047bd23fe1579 100644 (file)
@@ -47,12 +47,13 @@ SECTIONS
        . = ALIGN(4);
        .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 = .;
 }