Mathew King has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50919 )
Change subject: mb/google/guybrush: Enable console UART ......................................................................
mb/google/guybrush: Enable console UART
BUG=b:180530492 TEST=builds
Signed-off-by: Mathew King mathewk@chromium.org Change-Id: I468d76d0e061431bc819ec12978203614bfe72b4 --- M src/mainboard/google/guybrush/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/50919/1
diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig index 6deb20e..2f64de6 100644 --- a/src/mainboard/google/guybrush/Kconfig +++ b/src/mainboard/google/guybrush/Kconfig @@ -7,6 +7,7 @@
config BOARD_SPECIFIC_OPTIONS def_bool y + select AMD_SOC_CONSOLE_UART select BOARD_ROMSIZE_KB_16384 select FW_CONFIG select MAINBOARD_HAS_CHROMEOS