commit | a377b7c178ab3f73320751e6c97f52ea7240752d | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Jan 19 14:24:12 2016 +0100 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Jan 28 13:53:30 2016 +0800 |
tree | 4c8148cffb387a826e69f58d27e307611025df61 | |
parent | ba019ede132824160af3c6bd9444632f403b054f [diff] |
x86: baytrail: Add option to disable the internal UART to setup_early_uart() This patch adds a parameter to the function setup_early_uart() to either enable or disable the internal BayTrail legacy UART. Since the name setup_early_uart() does not match its functionality any more, lets rename it to setup_internal_uart() as well in this patch. Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>