commit | 9ad12341b21a83e5bef901f15a63d9fa1f936827 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jun 14 21:33:24 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Jul 12 13:46:01 2016 +0800 |
tree | 75e04d96d936b5bb3d2c173510fae5fd4cafe120 | |
parent | fe8d45d244db9d287f80df7d41519af042c366c1 [diff] |
x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UART For any FSP-enabled boards that want to enable debug UART support, setup_internal_uart() will be called, but this API is only available on BayTrail platform. Change to wrap it with CONFIG_INTERNAL_UART. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>