mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] bootchooser: Drop SHELL_NONE conflict
@ 2018-02-06  8:03 Sascha Hauer
  0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2018-02-06  8:03 UTC (permalink / raw)
  To: Barebox List

Earlier versions of the bootchooser code executed scripts,
thus had to depend on shell support. We do not need this anymore, so
the dependency can be dropped.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 common/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/Kconfig b/common/Kconfig
index 57418cadc6..93b1d89274 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -947,7 +947,6 @@ config STATE_BACKWARD_COMPATIBLE
 
 config BOOTCHOOSER
 	bool "bootchooser infrastructure"
-	depends on !SHELL_NONE
 	select BOOT
 	select BOOTM
 	select ENVIRONMENT_VARIABLES
-- 
2.15.1


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-06  8:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-06  8:03 [PATCH] bootchooser: Drop SHELL_NONE conflict Sascha Hauer

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