]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/adder/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / adder / u-boot.lds
index a7627699e76f04cd15cf086b55b28b2aec0465e5..05d6323d2698d80d91db517d4acf2134c63fac2e 100644 (file)
@@ -66,6 +66,11 @@ SECTIONS
   .u_boot_cmd : { *(.u_boot_cmd) }
   __u_boot_cmd_end = .;
 
+  . = ALIGN(4);
+  .u_boot_list : {
+       #include <u-boot.lst>
+  }
+
 
   . = .;
   __start___ex_table = .;