ppc: Move brg_clk to arch_global_data
[oweals/u-boot.git] / arch / powerpc / cpu / mpc83xx / u-boot.lds
index 752a175b1acb55de15fff84649694995a77ccfa6..d699def9ddf28eb53f4539648fe05d2fe98fdeaa 100644 (file)
@@ -58,9 +58,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>
+  }
 
 
   . = .;
@@ -83,7 +85,7 @@ SECTIONS
    *(COMMON)
    . = ALIGN(4);
   }
-  _end = . ;
+  __bss_end__ = . ;
   PROVIDE (end = .);
 }
 ENTRY(_start)