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