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