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