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

Import openwrt pending patch 300-mips_expose_boot_raw.patch

parent 7c71f433
Branches
No related tags found
No related merge requests found
......@@ -1064,9 +1064,6 @@ config FW_ARC
config ARCH_MAY_HAVE_PC_FDC
bool
config BOOT_RAW
bool
config CEVT_BCM1480
bool
......@@ -2970,6 +2967,18 @@ choice
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment