]> git.sur5r.net Git - u-boot/blobdiff - board/omap1510inn/u-boot.lds
AT91SAM9RLEK support
[u-boot] / board / omap1510inn / u-boot.lds
index 46cf9dc55682a69463c017cd8223565054d70b9e..e0c7920df36fd306b7aeebcbde7ceaf889230e41 100644 (file)
@@ -45,14 +45,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 : { *(.bss) }
-
-       armboot_end = .;
+       __bss_start = .;
+       .bss (NOLOAD) : { *(.bss) }
+       _end = .;
 }