]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/westel/amx860/u-boot.lds.debug
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / westel / amx860 / u-boot.lds.debug
index 91d3e67e82bb567cd327834c1d34cc76c7d423a0..87ec87016092298437379d4440fa542ce2cd4b1c 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) }