commit | c9fe7dfe91e699b140960dcda734faefe271c1b0 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Jun 01 03:41:14 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Jun 05 08:55:22 2017 +0800 |
tree | b1e7f0bd99d3e2faf1cc5b232fab617fb871fde0 | |
parent | 273d0ec1baf3b1e05c932098b7fb54400107d4d6 [diff] |
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>