diff options
Diffstat (limited to 'arch/sh/ramdisk/ld.script')
-rw-r--r-- | arch/sh/ramdisk/ld.script | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sh/ramdisk/ld.script b/arch/sh/ramdisk/ld.script new file mode 100644 index 00000000000..94beee248c0 --- /dev/null +++ b/arch/sh/ramdisk/ld.script @@ -0,0 +1,9 @@ +OUTPUT_ARCH(sh) +SECTIONS +{ + .initrd : + { + *(.data) + } +} + |