]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/powerpc/cpu/mpc5xxx/u-boot-customlayout.lds
common: Add .u_boot_list into all linker files
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc5xxx / u-boot-customlayout.lds
index 0c6c54e10a5e7bed0ced125e023d6833325ec365..acddf5f1b2252d7ed997301c67a74eaf8eae8843 100644 (file)
@@ -70,6 +70,9 @@ SECTIONS
   .u_boot_cmd : { *(.u_boot_cmd) }
   __u_boot_cmd_end = .;
 
+  .u_boot_list : {
+       #include <u-boot.lst>
+  }
 
   . = .;
   __start___ex_table = .;