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