[U-Boot] [PATCH] x86: Select the ns16550 debug UART for minnowmax, chromebook_link

Simon Glass sjg at chromium.org
Fri Oct 30 22:46:17 CET 2015


At present the debug UART is not selected which causes a build error.
Correct this.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 configs/chromebook_link_defconfig | 1 +
 configs/minnowmax_defconfig       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig
index 78a9470..0b75781 100644
--- a/configs/chromebook_link_defconfig
+++ b/configs/chromebook_link_defconfig
@@ -23,6 +23,7 @@ CONFIG_SPI_FLASH=y
 CONFIG_DM_PCI=y
 CONFIG_DM_RTC=y
 CONFIG_DEBUG_UART=y
+CONFIG_DEBUG_UART_NS16550=y
 CONFIG_DEBUG_UART_BASE=0x3f8
 CONFIG_DEBUG_UART_CLOCK=1843200
 CONFIG_DEBUG_UART_BOARD_INIT=y
diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig
index 8f99f0e..0f500e6 100644
--- a/configs/minnowmax_defconfig
+++ b/configs/minnowmax_defconfig
@@ -23,6 +23,7 @@ CONFIG_DM_ETH=y
 CONFIG_DM_PCI=y
 CONFIG_DM_RTC=y
 CONFIG_DEBUG_UART=y
+CONFIG_DEBUG_UART_NS16550=y
 CONFIG_DEBUG_UART_BASE=0x3f8
 CONFIG_DEBUG_UART_CLOCK=1843200
 CONFIG_USB=y
-- 
2.6.0.rc2.230.g3dd15c0



More information about the U-Boot mailing list