Patrick Georgi has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50919 Reviewed-by: Raul Rangel rrangel@chromium.org Reviewed-by: Karthik Ramasubramanian kramasub@google.com Reviewed-by: Rob Barnes robbarnes@google.com Reviewed-by: Felix Held felix-coreboot@felixheld.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/guybrush/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved Raul Rangel: Looks good to me, approved Karthik Ramasubramanian: Looks good to me, approved Rob Barnes: Looks good to me, but someone else must approve
diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig index e96b4dc..bd4848c 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 MAINBOARD_HAS_CHROMEOS select SOC_AMD_CEZANNE