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