[PATCH] arm: omap: OMAP_SERIALBOOT needs console support

Lucas Stach l.stach at pengutronix.de
Wed Jan 18 01:51:41 PST 2017


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

Signed-off-by: Lucas Stach <l.stach at 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




More information about the barebox mailing list