common: Add .u_boot_list into all linker files
[kernel/u-boot.git] / board / rsdproto / u-boot.lds
index a729c52..d43663c 100644 (file)
@@ -101,6 +101,11 @@ SECTIONS
   .u_boot_cmd : { *(.u_boot_cmd) }
   __u_boot_cmd_end = .;
 
+  . = ALIGN(4);
+  .u_boot_list : {
+       #include <u-boot.lst>
+  }
+
 
   . = .;
   __start___ex_table = .;