]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/w7o/u-boot.lds.debug
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / w7o / u-boot.lds.debug
index 1c67b301fb467055e4ccd3ec4c25ca76052aac03..4d640887a15a0e20608357ef1a6749c759227c7b 100644 (file)
@@ -110,6 +110,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) }