]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc85xx/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc85xx / u-boot.lds
index efe34b774d65b2c338e487b13e9d3c02d4cd272d..49fe44d4eb3d50c4c9df4a8b5fbd85077c2c1d60 100644 (file)
@@ -81,6 +81,11 @@ SECTIONS
   .u_boot_cmd : { *(.u_boot_cmd) }
   __u_boot_cmd_end = .;
 
+  . = ALIGN(4);
+  .u_boot_list : {
+       #include <u-boot.lst>
+  }
+
   . = .;
   __start___ex_table = .;
   __ex_table : { *(__ex_table) }