]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/ppc4xx/u-boot.lds
powerpc: Use generic global_data
[u-boot] / arch / powerpc / cpu / ppc4xx / u-boot.lds
index 2466b795940192173a0127e5b52c550e131e2bd4..a96ddd5577b66a46d7c66d7dfdb52f07cc246a49 100644 (file)
@@ -78,9 +78,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>
+  }
 
   . = .;
   __start___ex_table = .;