]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gen860t/u-boot-flashenv.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / gen860t / u-boot-flashenv.lds
index 5bb6c62d7124e47bc01f11cdff3120431ec0c5e7..8e04b110193a0486627e83cb3a81907d89ea1e76 100644 (file)
@@ -75,6 +75,10 @@ SECTIONS
   .u_boot_cmd : { *(.u_boot_cmd) }
   __u_boot_cmd_end = .;
 
+  .u_boot_list : {
+               #include <u-boot.lst>
+  }
+
   . = .;
   __start___ex_table = .;
   __ex_table : { *(__ex_table) }