9
0
Fork 0

arm: omap: OMAP_SERIALBOOT needs console support

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

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2017-01-18 10:51:41 +01:00 committed by Sascha Hauer
parent 2428227a90
commit aa01ab27ff
1 changed files with 1 additions and 0 deletions

View File

@ -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.