]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/LEOX/elpt860/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / LEOX / elpt860 / u-boot.lds
index 5aaf6b309d8eda7be637e2b352af588d727418fa..b04e56c08be225aaca30ca1764240329e0acd199 100644 (file)
@@ -90,6 +90,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) }