From f9a83da568e5cfb4c377f3b33a8ce11a7d8d0bd5 Mon Sep 17 00:00:00 2001 From: Ionela Voinescu Date: Fri, 31 Oct 2014 17:55:59 +0000 Subject: [PATCH] urara: UART: CONSOLE_SERIAL selected in Pistachio configuration file; configuration needed to enable UART. BUG=chrome-os-partner:31438 TEST=built urara bootblock and ran it on the Pistachio FPGA, observed exepected console output BRANCH=none Change-Id: I4947ea8608593ec3f44e336ebdf3930f44493ec9 Signed-off-by: Ionela Voinescu Reviewed-on: https://chromium-review.googlesource.com/226841 Reviewed-by: David Hendricks --- src/soc/imgtec/pistachio/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/imgtec/pistachio/Kconfig b/src/soc/imgtec/pistachio/Kconfig index 74ad8945ed..c46635e77e 100644 --- a/src/soc/imgtec/pistachio/Kconfig +++ b/src/soc/imgtec/pistachio/Kconfig @@ -24,6 +24,7 @@ config CPU_IMGTEC_PISTACHIO select DYNAMIC_CBMEM select GENERIC_UDELAY select HAVE_MONOTONIC_TIMER + select CONSOLE_SERIAL select HAVE_UART_MEMORY_MAPPED select HAVE_UART_SPECIAL select SPI_ATOMIC_SEQUENCING