mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] common: make CONFIG_BAREBOX_UPDATE visible
@ 2020-01-27  7:44 Christian Eggers
  2020-01-27 13:04 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Eggers @ 2020-01-27  7:44 UTC (permalink / raw)
  To: barebox; +Cc: Christian Eggers, ceggers

The barebox update infrastructure is also useful without
CONFIG_CMD_BAREBOX_UPDATE (e.g. from a own barebox_main() with
CONFIG_SHELL_NONE).

Signed-off-by: Christian Eggers <ceggers@arri.de>
---
 common/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/Kconfig b/common/Kconfig
index 60237d305..06d4bb068 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -69,9 +69,6 @@ config LOGBUF
 config STDDEV
 	bool
 
-config BAREBOX_UPDATE
-	bool
-
 config MENUTREE
 	bool
 	select GLOB
@@ -692,6 +689,9 @@ config FLEXIBLE_BOOTARGS
 	  to replace parts of the bootargs string without reconstructing it
 	  completely.
 
+config BAREBOX_UPDATE
+	bool "In-system barebox update infrastructure"
+
 config IMD
 	bool "barebox metadata support"
 
-- 
Christian Eggers
Embedded software developer

Arnold & Richter Cine Technik GmbH & Co. Betriebs KG
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: HRA 57918
Persoenlich haftender Gesellschafter: Arnold & Richter Cine Technik GmbH
Sitz: Muenchen - Registergericht: Amtsgericht Muenchen - Handelsregisternummer: HRB 54477
Geschaeftsfuehrer: Dr. Michael Neuhaeuser; Stephan Schenk; Walter Trauninger; Markus Zeiler


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-27 13:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-27  7:44 [PATCH] common: make CONFIG_BAREBOX_UPDATE visible Christian Eggers
2020-01-27 13:04 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox