]> git.baikalelectronics.ru Git - uboot.git/commit
x86: baytrail: Fix boot hang with a debug build
authorBin Meng <bmeng.cn@gmail.com>
Thu, 1 Jun 2017 10:41:13 +0000 (03:41 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 5 Jun 2017 00:55:22 +0000 (08:55 +0800)
commit6a766269a1a81b12228ef883d1b305f95dde5545
treed123912fddd1b0c6dab6072c78288eb3a2883a50
parent0dded5902320916fed3308cfa5ce198e874679a2
x86: baytrail: Fix boot hang with a debug build

It was observed that when -DDEBUG is used to generate a debug build,
U-Boot does not boot on MinnowMax board. A workaround is to disable
CONFIG_DEBUG_UART. The real issue is that in order to have the debug
uart to work, BayTrail SoC needs to be configured so that its internal
uart is available to be used as the debug uart.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/baytrail/Kconfig
arch/x86/cpu/baytrail/early_uart.c