]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/nx823/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / nx823 / u-boot.lds
index fd4e8a50d543a62df0422cdb6c30af81e7cd8752..25b8839540b6c03a8e92b08e0cf3cd2c6177c135 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 = .;