]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m5271evb/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / freescale / m5271evb / u-boot.lds
index 4717036d50a8a15f58c0318b6df7ee0095c4e243..ecad6671c2d355a8fa060d4d91aaafb68dc9bf2c 100644 (file)
@@ -72,6 +72,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) }