]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/sh/cpu/sh4/u-boot.lds
common: Add .u_boot_list into all linker files
[karo-tx-uboot.git] / arch / sh / cpu / sh4 / u-boot.lds
index d9c70bce0910ad6a3566f5cc4c945102a3f401ae..d204304cf4e20e1e7a43fc35853a4982c1aab70d 100644 (file)
@@ -83,6 +83,10 @@ SECTIONS
        }
        PROVIDE (__u_boot_cmd_end = .);
 
+       .u_boot_list : {
+               #include <u-boot.lst>
+       }
+
        PROVIDE (reloc_dst_end = .);
        /* _reloc_dst_end = .; */