]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m52277evb/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / freescale / m52277evb / u-boot.lds
index 3e9f4c3460ed163cf9fe2df5bf3845a26c2c7252..0a7ca55a534dbc347416f904faea888909d67b91 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) }