--- zzzz-none-000/linux-5.4.213/arch/mips/Kconfig 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/arch/mips/Kconfig 2024-05-29 11:19:50.000000000 +0000 @@ -1071,9 +1071,6 @@ config ARCH_MAY_HAVE_PC_FDC bool -config BOOT_RAW - bool - config CEVT_BCM1480 bool @@ -1164,6 +1161,10 @@ config MIPS_MACHINE def_bool n +config IMAGE_CMDLINE_HACK + bool "OpenWrt specific image command line hack" + default n + config NO_IOPORT_MAP def_bool n @@ -3046,6 +3047,18 @@ 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