]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m54455evb/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / freescale / m54455evb / u-boot.lds
index f3414493469bb7b378c359a966d73e050b727a72..0d2cb02da71e3a3586ce2372f437be571f16fe00 100644 (file)
@@ -70,6 +70,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) }