]> git.sur5r.net Git - u-boot/blobdiff - board/modnet50/u-boot.lds
[new uImage] Rename and move print_image_hdr() routine
[u-boot] / board / modnet50 / u-boot.lds
index 98997904d480b6e1e10756a43788e7b0cf734476..b3c2bf95015ec27203ce173e16edff4d211180fc 100644 (file)
@@ -44,13 +44,14 @@ 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 = .;
                                  /* Stabs debugging sections.    */
        .stab 0 : { *(.stab) }