]> git.sur5r.net Git - u-boot/blobdiff - board/csb226/u-boot.lds
ppc44x: Unification of virtex5 pp440 boards
[u-boot] / board / csb226 / u-boot.lds
index 4c4cabfb36416dfc974c82be0b0806ea2d80f89c..14d264a6861cdd98abb7d9f2cdc06730b86f0ae3 100644 (file)
@@ -44,16 +44,13 @@ SECTIONS
        . = ALIGN(4);
        .got : { *(.got) }
 
-   __u_boot_cmd_start = .;
-   .u_boot_cmd : { *(.u_boot_cmd) }
-   __u_boot_cmd_end = .;
-
-       armboot_end_data = .;
+       . = .;
+       __u_boot_cmd_start = .;
+       .u_boot_cmd : { *(.u_boot_cmd) }
+       __u_boot_cmd_end = .;
 
        . = ALIGN(4);
-       bss_start = .;
-       .bss : { *(.bss) }
-       bss_end = .;
-
-       armboot_end = .;
+       __bss_start = .;
+       .bss (NOLOAD) : { *(.bss) }
+       _end = .;
 }