]> git.sur5r.net Git - u-boot/blobdiff - board/ip860/u-boot.lds.debug
common: Add .u_boot_list into all linker files
[u-boot] / board / ip860 / u-boot.lds.debug
index 2f61b11d8125768b820c09775313988e75b87974..79e4f2d8041639d52141e264f9885c666a686b88 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) }