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