]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/ivm/u-boot.lds.debug
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / ivm / u-boot.lds.debug
index 732a46f27213921f8aeb47f43f21c3f20e3b195f..ff4581f4a73641456eac2dd12965b65f77babedb 100644 (file)
@@ -111,6 +111,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) }