OpenWrt – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | From: Mark Miller <mark@mirell.org> |
2 | |||
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. |
||
5 | |||
6 | Signed-off-by: Mark Miller <mark@mirell.org> |
||
7 | Acked-by: Rob Landley <rob@landley.net> |
||
8 | --- |
||
9 | --- a/arch/mips/Kconfig |
||
10 | +++ b/arch/mips/Kconfig |
||
11 | @@ -895,9 +895,6 @@ config FW_ARC |
||
12 | config ARCH_MAY_HAVE_PC_FDC |
||
13 | bool |
||
14 | |||
15 | -config BOOT_RAW |
||
16 | - bool |
||
17 | - |
||
18 | config CEVT_BCM1480 |
||
19 | bool |
||
20 | |||
21 | @@ -2506,6 +2503,18 @@ config USE_OF |
||
22 | config BUILTIN_DTB |
||
23 | bool |
||
24 | |||
25 | +config BOOT_RAW |
||
26 | + bool "Enable the kernel to be executed from the load address" |
||
27 | + default n |
||
28 | + help |
||
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. |
||
32 | + |
||
33 | + If unsure, say N. |
||
34 | + |
||
35 | + |
||
36 | + |
||
37 | endmenu |
||
38 | |||
39 | config LOCKDEP_SUPPORT |