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