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