]> git.sur5r.net Git - u-boot/blobdiff - board/ixdp425/u-boot.lds
* Patch by Matthew S. McClintock, 14 Apr 2004:
[u-boot] / board / ixdp425 / u-boot.lds
index 3170aa0afb14535f42ed653ebbf32d8db878ec42..91ef0302b3af98fcba1753a87c09b760ca6c7d0f 100644 (file)
@@ -44,12 +44,12 @@ SECTIONS
        . = ALIGN(4);
        .got : { *(.got) }
 
-       armboot_end_data = .;
+       __u_boot_cmd_start = .;
+       .u_boot_cmd : { *(.u_boot_cmd) }
+       __u_boot_cmd_end = .;
 
        . = ALIGN(4);
-       bss_start = .;
+       __bss_start = .;
        .bss : { *(.bss) }
-       bss_end = .;
-
-       armboot_end = .;
+       _end = .;
 }