Replace __bss_end__ with __bss_end
[oweals/u-boot.git] / arch / arm / cpu / arm920t / ep93xx / u-boot.lds
index dc6ba34082ecd33e58e8b989f83e82b84a3fe6f2..25d2a326318a69202436eefb82e62f34f3e32a36 100644 (file)
@@ -48,14 +48,16 @@ SECTIONS
        .got : { *(.got) }
 
        . = .;
-       __u_boot_cmd_start = .;
-       .u_boot_cmd : { *(.u_boot_cmd) }
-       __u_boot_cmd_end = .;
+
+       . = ALIGN(4);
+       .u_boot_list : {
+       #include <u-boot.lst>
+       }
 
        . = ALIGN(4);
        __bss_start = .;
        .bss : { *(.bss) }
-       __bss_end__ = .;
+       __bss_end = .;
 
        _end = .;
 }