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