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