]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc824x/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc824x / u-boot.lds
index b30ce76e02a45dd784cb1a902bd47f5744dc109a..a80d91eb5fd5fc3e484afb0a9d26e5ca2b311404 100644 (file)
@@ -64,6 +64,11 @@ SECTIONS
   .u_boot_cmd : { *(.u_boot_cmd) }
   __u_boot_cmd_end = .;
 
+  . = ALIGN(4);
+  .u_boot_list : {
+       #include <u-boot.lst>
+  }
+
 
   . = .;
   __start___ex_table = .;