]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/RPXClassic/u-boot.lds.debug
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / RPXClassic / u-boot.lds.debug
index 99c48f28d4e491353d27be03e86bb909edea9614..46f2f8f7b90af0ab6b67b8c4fee1d5bb740cacb2 100644 (file)
@@ -110,6 +110,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) }