mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] arm: omap: OMAP_SERIALBOOT needs console support
@ 2017-01-18  9:51 Lucas Stach
  2017-01-19 15:28 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2017-01-18  9:51 UTC (permalink / raw)
  To: barebox

It is quite useless without a console and breaks the build.

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

diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig
index ff37731f70ff..95013acebeec 100644
--- a/arch/arm/mach-omap/Kconfig
+++ b/arch/arm/mach-omap/Kconfig
@@ -156,6 +156,7 @@ config OMAP_SERIALBOOT
 	select XYMODEM
 	select FS_RAMFS
 	depends on ARCH_AM33XX && SHELL_NONE
+	depends on !CONSOLE_NONE
 	help
 	  Say Y here if you want to load the 2nd stage barebox.bin with
 	  xmodem after booting from serial line.
-- 
2.11.0


_______________________________________________
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:[~2017-01-19 15:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-18  9:51 [PATCH] arm: omap: OMAP_SERIALBOOT needs console support Lucas Stach
2017-01-19 15:28 ` Sascha Hauer

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