]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/spd8xx/u-boot.lds.debug
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / spd8xx / u-boot.lds.debug
index a95c47feac864109af38d23b18b1e513a4e5a08b..722a405929449ecaa58fc506409820196dc7d5ac 100644 (file)
@@ -111,6 +111,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) }