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