2017-01-27 13:32:10 +00:00
|
|
|
From: Mark Miller <mark@mirell.org>
|
2016-12-25 19:11:34 +00:00
|
|
|
Subject: mips: expose CONFIG_BOOT_RAW
|
2017-01-27 13:32:10 +00:00
|
|
|
|
|
|
|
This exposes the CONFIG_BOOT_RAW symbol in Kconfig. This is needed on
|
|
|
|
certain Broadcom chipsets running CFE in order to load the kernel.
|
|
|
|
|
|
|
|
Signed-off-by: Mark Miller <mark@mirell.org>
|
|
|
|
Acked-by: Rob Landley <rob@landley.net>
|
|
|
|
---
|
|
|
|
--- a/arch/mips/Kconfig
|
|
|
|
+++ b/arch/mips/Kconfig
|
2017-08-17 08:51:05 +00:00
|
|
|
@@ -1064,9 +1064,6 @@ config FW_ARC
|
2017-01-27 13:32:10 +00:00
|
|
|
config ARCH_MAY_HAVE_PC_FDC
|
|
|
|
bool
|
|
|
|
|
|
|
|
-config BOOT_RAW
|
|
|
|
- bool
|
|
|
|
-
|
|
|
|
config CEVT_BCM1480
|
|
|
|
bool
|
|
|
|
|
2017-08-17 08:51:05 +00:00
|
|
|
@@ -2963,6 +2960,18 @@ choice
|
2017-01-27 13:32:10 +00:00
|
|
|
bool "Extend builtin kernel arguments with bootloader arguments"
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
+config BOOT_RAW
|
|
|
|
+ bool "Enable the kernel to be executed from the load address"
|
|
|
|
+ default n
|
|
|
|
+ help
|
|
|
|
+ Allow the kernel to be executed from the load address for
|
|
|
|
+ bootloaders which cannot read the ELF format. This places
|
|
|
|
+ a jump to start_kernel at the load address.
|
|
|
|
+
|
|
|
|
+ If unsure, say N.
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
endmenu
|
|
|
|
|
|
|
|
config LOCKDEP_SUPPORT
|