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