diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-11-19 21:48:06 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-20 20:41:30 -0500 |
commit | 81cd63a991f87c1ddbf7850beae0a4c543b45c7e (patch) | |
tree | bd07fcdd6ae2859572a10df3523b73a3a9dadfd4 /configs | |
parent | 8e62d32e5ba2e79364f958079cf9f7e2e5a591a1 (diff) | |
download | u-boot-imx-81cd63a991f87c1ddbf7850beae0a4c543b45c7e.zip u-boot-imx-81cd63a991f87c1ddbf7850beae0a4c543b45c7e.tar.gz u-boot-imx-81cd63a991f87c1ddbf7850beae0a4c543b45c7e.tar.bz2 |
ns16550: unify serial_x86
Unify serial_x86, and use the generic binding.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/efi-x86_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/efi-x86_defconfig b/configs/efi-x86_defconfig index fa53e4a..ffbb879 100644 --- a/configs/efi-x86_defconfig +++ b/configs/efi-x86_defconfig @@ -3,6 +3,7 @@ CONFIG_VENDOR_EFI=y CONFIG_DEFAULT_DEVICE_TREE="efi" CONFIG_TARGET_EFI=y CONFIG_TSC_CALIBRATION_BYPASS=y +# CONFIG_NS16550_SERIAL is not set # CONFIG_CMD_BOOTM is not set CONFIG_CMD_GPIO=y # CONFIG_CMD_NET is not set @@ -13,5 +14,4 @@ CONFIG_DEBUG_UART=y CONFIG_DEBUG_EFI_CONSOLE=y CONFIG_DEBUG_UART_BASE=0 CONFIG_DEBUG_UART_CLOCK=0 -# CONFIG_X86_SERIAL is not set CONFIG_EFI=y |