diff options
author | Paul Mundt <lethal@linux-sh.org> | 2005-11-07 09:58:20 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 16:53:27 +0100 |
commit | 72777373b3a09c9132a787d5e1e03eaf64f30a64 (patch) | |
tree | d462df099f43b2e9af49393e5dfd4f54bdc071aa /arch/sh/ramdisk/ld.script | |
parent | [PATCH] sh: Re-add sh to drivers/Makefile (diff) | |
download | linux-72777373b3a09c9132a787d5e1e03eaf64f30a64.tar.xz linux-72777373b3a09c9132a787d5e1e03eaf64f30a64.zip |
[PATCH] sh: Drop deprecated support for custom ramdisk embedding
sh had its own support for embedding ramdisk images in to the kernel binary,
but people are using initramfs for this now, so we drop the ramdisk embedding.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
-rw-r--r-- | arch/sh/ramdisk/ld.script | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sh/ramdisk/ld.script b/arch/sh/ramdisk/ld.script deleted file mode 100644 index 94beee248c04..000000000000 --- a/arch/sh/ramdisk/ld.script +++ /dev/null @@ -1,9 +0,0 @@ -OUTPUT_ARCH(sh) -SECTIONS -{ - .initrd : - { - *(.data) - } -} - |