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