]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/m53017evb/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / freescale / m53017evb / u-boot.lds
index 80935f28bf3e1eee712681e7a4eb4a9aa71ade4a..81da237bdbea95878ea4b90a2bf27646d696c56f 100644 (file)
@@ -75,6 +75,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) }