diff mbox series

Drop unused UPDATE_STATE_CHOICE_NONE

Message ID 20230301081847.301557-1-sbabic@denx.de
State Accepted
Headers show
Series Drop unused UPDATE_STATE_CHOICE_NONE | expand

Commit Message

Stefano Babic March 1, 2023, 8:18 a.m. UTC
How to store the ustate variable can be decided at runtime, using the -m
(--no-state-marker) switch, or per update adding the
bootloader_state_marker to sw-description. Previously config option
UPDATE_STATE_CHOICE_NONE is currently unused and there is no code for
it, so just drop it.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 bootloader/Config.in | 5 -----
 1 file changed, 5 deletions(-)
diff mbox series

Patch

diff --git a/bootloader/Config.in b/bootloader/Config.in
index 82e5b6e..6a6cc3c 100644
--- a/bootloader/Config.in
+++ b/bootloader/Config.in
@@ -123,11 +123,6 @@  choice
 	  status for, e.g., communicating it to SWUpdate after
 	  a reboot.
 
-config UPDATE_STATE_CHOICE_NONE
-	bool "None"
-	help
-	  Do not store update status.
-
 config UPDATE_STATE_CHOICE_BOOTLOADER
 	bool "Bootloader"
 	depends on BOOTLOADER_EBG || UBOOT || BOOTLOADER_NONE || BOOTLOADER_GRUB