]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/sixnet/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / board / sixnet / u-boot.lds
index 02d198001fd5d368ee8bff736aa624fe99ced201..0a717073da80fba9b4c520c7ff69fcdb24165abe 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 = .;