Replace __bss_end__ with __bss_end
[oweals/u-boot.git] / arch / powerpc / cpu / mpc5xxx / u-boot.lds
index 5dcaec18202978818ac399b5ce5a63e111b9d56d..d179dbcb2a498e9739228dbdc17c2657046dc631 100644 (file)
@@ -60,9 +60,11 @@ SECTIONS
   PROVIDE (edata = .);
 
   . = .;
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
+
+  . = ALIGN(4);
+  .u_boot_list : {
+       #include <u-boot.lst>
+  }
 
 
   . = .;
@@ -85,6 +87,6 @@ SECTIONS
    *(.sbss*)
    . = ALIGN(4);
   }
-  __bss_end__ = . ;
+  __bss_end = . ;
   PROVIDE (end = .);
 }