From c8c9ab028c4383bc8248af2cb1db64eafac91940 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Wed, 14 Oct 2020 14:00:58 +0300 Subject: [PATCH] kconfig: Remove unused configuration option Remove unused configuration option BOOTLOADER_KEXEC. Signed-off-by: Andrei Emeltchenko --- Kconfig.zephyr | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Kconfig.zephyr b/Kconfig.zephyr index 7b94a03bedc..698e642b83e 100644 --- a/Kconfig.zephyr +++ b/Kconfig.zephyr @@ -483,13 +483,6 @@ config BOOTLOADER_BOSSA_ADAFRUIT_UF2 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 bool "Boot loader has context restore support" default y