Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] frv: initrd is grossly broken on frv (never built)

The FRV arch doesn't currently support initrd, so it should be disabled
automatically for the moment.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Al Viro and committed by
Linus Torvalds
ffca1110 0c426f26

+1
+1
drivers/block/Kconfig
··· 402 402 403 403 config BLK_DEV_INITRD 404 404 bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support" 405 + depends on BROKEN || !FRV 405 406 help 406 407 The initial RAM filesystem is a ramfs which is loaded by the 407 408 boot loader (loadlin or lilo) and that is mounted as root