]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/v37/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / v37 / u-boot.lds
index e62d53db54fa048d4c0966f06dde05b6bbfb29f5..c82b1b31b7d0e14fd6f4208721f37044407d188d 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 = .;