]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m5253demo/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / freescale / m5253demo / u-boot.lds
index cbd28312a0ae07b655df4fca5c143a51eabd79f7..1dd5539ca93763eb4fe167491dbee7b438d4763a 100644 (file)
@@ -73,6 +73,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) }