kconfig: Remove unused configuration option

Remove unused configuration option BOOTLOADER_KEXEC.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2020-10-14 14:00:58 +03:00 committed by Andrew Boie
commit c8c9ab028c

View file

@ -483,13 +483,6 @@ config BOOTLOADER_BOSSA_ADAFRUIT_UF2
endchoice endchoice
config BOOTLOADER_KEXEC
bool "Boot using Linux kexec() system call"
depends on X86
help
This option signifies that Linux boots the kernel using kexec system call
and utility. This method is used to boot the kernel over the network.
config BOOTLOADER_CONTEXT_RESTORE config BOOTLOADER_CONTEXT_RESTORE
bool "Boot loader has context restore support" bool "Boot loader has context restore support"
default y default y