]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m547xevb/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / freescale / m547xevb / u-boot.lds
index 5472689b5b45f6bffa706f13d44c4a408ad1037d..11fa8bcd343ca0daf374fb9b3e1708a7e8e8b4df 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) }