]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/dasa_sim/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / esd / dasa_sim / u-boot.lds
index b15948d34c7d3a58d469171ab17005efd3bf856f..607e601c8cfc1b12ef2d48c27208868bd25c9f1e 100644 (file)
@@ -77,6 +77,11 @@ SECTIONS
   .u_boot_cmd : { *(.u_boot_cmd) }
   __u_boot_cmd_end = .;
 
+  . = ALIGN(4);
+  .u_boot_list : {
+       #include <u-boot.lst>
+  }
+
 
   . = .;
   __start___ex_table = .;