Skip to content
Snippets Groups Projects
Commit 86f64e15 authored by Oskar Viljasaar's avatar Oskar Viljasaar
Browse files

Import openwrt pending patch 300-mips_expose_boot_raw

parent ca67d6ee
Branches
No related tags found
No related merge requests found
...@@ -1063,9 +1063,6 @@ config FW_ARC ...@@ -1063,9 +1063,6 @@ config FW_ARC
config ARCH_MAY_HAVE_PC_FDC config ARCH_MAY_HAVE_PC_FDC
bool bool
config BOOT_RAW
bool
config CEVT_BCM1480 config CEVT_BCM1480
bool bool
...@@ -2969,6 +2966,18 @@ choice ...@@ -2969,6 +2966,18 @@ choice
bool "Extend builtin kernel arguments with bootloader arguments" bool "Extend builtin kernel arguments with bootloader arguments"
endchoice 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 endmenu
config LOCKDEP_SUPPORT config LOCKDEP_SUPPORT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment