1 From: Mark Miller <mark@mirell.org>
2 Subject: mips: expose CONFIG_BOOT_RAW
4 This exposes the CONFIG_BOOT_RAW symbol in Kconfig. This is needed on
5 certain Broadcom chipsets running CFE in order to load the kernel.
7 Signed-off-by: Mark Miller <mark@mirell.org>
8 Acked-by: Rob Landley <rob@landley.net>
10 --- a/arch/mips/Kconfig
11 +++ b/arch/mips/Kconfig
12 @@ -1068,9 +1068,6 @@ config FW_ARC
13 config ARCH_MAY_HAVE_PC_FDC
22 @@ -2968,6 +2965,18 @@ choice
23 bool "Extend builtin kernel arguments with bootloader arguments"
27 + bool "Enable the kernel to be executed from the load address"
30 + Allow the kernel to be executed from the load address for
31 + bootloaders which cannot read the ELF format. This places
32 + a jump to start_kernel at the load address.
40 config LOCKDEP_SUPPORT