]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/kup/kup4x/u-boot.lds.debug
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / kup / kup4x / u-boot.lds.debug
index 4491edd944b57780c6a83f262a84d8403a2883b0..1b042f8e993c81458a6758e480c7e552318cf808 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) }