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