common: Add .u_boot_list into all linker files
[oweals/u-boot.git] / board / freescale / m54451evb / u-boot.lds
index 45924b751418b3fb0a10d10c3ed2f3992a637ba1..76ead53b7eed5dbc66097ab587b81cca5a8dd173 100644 (file)
@@ -70,6 +70,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) }