]> git.baikalelectronics.ru Git - uboot.git/commit
x86: fsp: Remove the call to set up internal uart in fsp_init()
authorBin Meng <bmeng.cn@gmail.com>
Thu, 1 Jun 2017 10:41:14 +0000 (03:41 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 5 Jun 2017 00:55:22 +0000 (08:55 +0800)
commit71bbf3c6c56d0848b107c2bac373dcc4abb4b188
treeb1e7f0bd99d3e2faf1cc5b232fab617fb871fde0
parent6a766269a1a81b12228ef883d1b305f95dde5545
x86: fsp: Remove the call to set up internal uart in fsp_init()

First of all, it's inappropriate to call setup_internal_uart() in a
generic API fsp_init(), as CONFIG_INTERNAL_UART is an option that
is only available on BayTrail platform. Secondly even for BayTrail,
there is no need to call setup_internal_uart() at all, as Intel FSP
will do this for us.

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/lib/fsp/fsp_support.c