]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ivm/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / ivm / u-boot.lds
index 1e843eb24ed300f6845cc4410e73649a97cb5f97..7e63cd70a130f5c797541b129788769e63d7e086 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 = .;