1 From: Mark Miller <mark@mirell.org>
3 This exposes the CONFIG_BOOT_RAW symbol in Kconfig. This is needed on
4 certain Broadcom chipsets running CFE in order to load the kernel.
6 Signed-off-by: Mark Miller <mark@mirell.org>
7 Acked-by: Rob Landley <rob@landley.net>
9 --- a/arch/mips/Kconfig
10 +++ b/arch/mips/Kconfig
11 @@ -850,9 +850,6 @@ config ARC
12 config ARCH_MAY_HAVE_PC_FDC
21 @@ -2300,6 +2297,18 @@ config USE_OF
23 Include support for flattened device tree machine descriptions.
26 + bool "Enable the kernel to be executed from the load address"
29 + Allow the kernel to be executed from the load address for
30 + bootloaders which cannot read the ELF format. This places
31 + a jump to start_kernel at the load address.
39 config LOCKDEP_SUPPORT