]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/westel/amx860/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / westel / amx860 / u-boot.lds
index 3470b437e82583a8e7b39f62451c357d488585d7..607473632d96f9bc0e1dac030275501427d25048 100644 (file)
@@ -79,6 +79,11 @@ SECTIONS
   .u_boot_cmd : { *(.u_boot_cmd) }
   __u_boot_cmd_end = .;
 
+  . = ALIGN(4);
+  .u_boot_list : {
+       #include <u-boot.lst>
+  }
+
 
   . = .;
   __start___ex_table = .;