]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/ppc4xx/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / arch / powerpc / cpu / ppc4xx / u-boot.lds
index 2466b795940192173a0127e5b52c550e131e2bd4..6df673ebf7296a0769a49e4b3d0285b08d54a861 100644 (file)
@@ -82,6 +82,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) }