From 30f5f64ffcb8ab938781d87b7928dc3b19c58504 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Tue, 11 Nov 2014 19:55:07 -0800 Subject: [PATCH] pistachio: enable early console Adding this configuration option enables romstage console output. Ideally this setting should be enabled automatically in case the bootblock console is enabled. BRANCH=none BUG=chrome-os-partner:31438 TEST=romstage messages show up on the console Change-Id: I710e05ce24e1aeccc90aead50336f00dec52fff0 Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/229202 Reviewed-by: David Hendricks Reviewed-by: Ionela Voinescu --- 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 5a13580bca..51ba01c47f 100644 --- a/src/soc/imgtec/pistachio/Kconfig +++ b/src/soc/imgtec/pistachio/Kconfig @@ -25,6 +25,7 @@ config CPU_IMGTEC_PISTACHIO select GENERIC_UDELAY select HAVE_MONOTONIC_TIMER select CONSOLE_SERIAL + select EARLY_CONSOLE select HAVE_UART_MEMORY_MAPPED select HAVE_UART_SPECIAL select SPI_ATOMIC_SEQUENCING