mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] defaultenv-2: select BOOTM
@ 2016-06-23 14:06 Lucas Stach
  2016-06-23 14:06 ` [PATCH 2/2] mtd: fix mtdraw_erase stub signature Lucas Stach
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Lucas Stach @ 2016-06-23 14:06 UTC (permalink / raw)
  To: barebox

defualtenv-2 selects CMD_BOOT, which in turn needs BOOTM.

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

diff --git a/common/Kconfig b/common/Kconfig
index 679954e4db2e..e17e54b6fe5d 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -830,6 +830,7 @@ config DEFAULT_ENVIRONMENT_GENERIC_NEW
 	bool
 	depends on DEFAULT_ENVIRONMENT
 	depends on SHELL_HUSH
+	select BOOTM
 	select COMMAND_SUPPORT
 	select CMD_GETOPT
 	select GLOB
-- 
2.8.1


_______________________________________________
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:[~2016-06-24  6:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-23 14:06 [PATCH 1/2] defaultenv-2: select BOOTM Lucas Stach
2016-06-23 14:06 ` [PATCH 2/2] mtd: fix mtdraw_erase stub signature Lucas Stach
2016-06-24  6:30   ` Uwe Kleine-König
2016-06-24  6:24 ` [PATCH 1/2] defaultenv-2: select BOOTM Sascha Hauer
2016-06-24  6:30 ` Uwe Kleine-König

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