mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/4] common: BLSPEC needs boot infrastructure and at least simple command support
@ 2017-04-25  8:55 Lucas Stach
  2017-04-25  8:55 ` [PATCH 2/4] HAB: don't reference unused HAB ops Lucas Stach
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lucas Stach @ 2017-04-25  8:55 UTC (permalink / raw)
  To: barebox

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 common/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/common/Kconfig b/common/Kconfig
index b075e582adae..8d026b41f9a1 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -645,6 +645,9 @@ config BOOTM_FORCE_SIGNED_IMAGES
 config BLSPEC
 	depends on BLOCK
 	depends on FLEXIBLE_BOOTARGS
+	depends on !SHELL_NONE
+	select BOOT
+	select BOOTM
 	select OFTREE
 	bool
 	prompt "Support bootloader spec"
-- 
2.11.0


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

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

end of thread, other threads:[~2017-04-26  6:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25  8:55 [PATCH 1/4] common: BLSPEC needs boot infrastructure and at least simple command support Lucas Stach
2017-04-25  8:55 ` [PATCH 2/4] HAB: don't reference unused HAB ops Lucas Stach
2017-04-25  8:55 ` [PATCH 3/4] net: ifup needs to be able to run commands Lucas Stach
2017-04-25  8:55 ` [PATCH 4/4] param: fix stub prototype const annotation Lucas Stach
2017-04-26  6:45 ` [PATCH 1/4] common: BLSPEC needs boot infrastructure and at least simple command support Sascha Hauer

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