]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/idmr/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / idmr / u-boot.lds
index f697ccd515dcba0b910a8fe7768aa467277d18c6..158828c150b947fa4b7deabc95ab2d397bdbcb17 100644 (file)
@@ -69,6 +69,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) }