From aa01ab27ffbee9a225cf96576c94f31986820b7e Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Wed, 18 Jan 2017 10:51:41 +0100 Subject: arm: omap: OMAP_SERIALBOOT needs console support It is quite useless without a console and breaks the build. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- arch/arm/mach-omap/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig index 93fa35a208..9c41741b50 100644 --- a/arch/arm/mach-omap/Kconfig +++ b/arch/arm/mach-omap/Kconfig @@ -149,6 +149,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. -- cgit v1.2.3