]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/xes/xpedite1000/u-boot.lds.debug
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / xes / xpedite1000 / u-boot.lds.debug
index e2e66aec9955cbac5bc24923ae13c99ceef890b3..5296165aedd988e7a44c0433186b1e1a45933e60 100644 (file)
@@ -115,6 +115,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) }