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