]> git.sur5r.net Git - u-boot/blobdiff - board/impa7/u-boot.lds
Add Auto-MDIX support for INCA-IP
[u-boot] / board / impa7 / u-boot.lds
index 36521b8ef7e26058a5055e526505875e344082e7..64d946c439210f6a58ece41c2838bea70d3a6498 100644 (file)
@@ -44,15 +44,12 @@ 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) }
-
-       armboot_end = .;
-
+       _end = .;
 }