Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79256?usp=email )
Change subject: configs: Rename UART_DEBUG to INTEL_LPSS_UART_FOR_CONSOLE ......................................................................
configs: Rename UART_DEBUG to INTEL_LPSS_UART_FOR_CONSOLE
This follows commit a96e66a76f2 which did the rename across the tree except here. Since Kconfig is going to become more strict about unknown symbols, fix it.
Change-Id: I3b855085d4be13622e8f38ff651d576e719b682c Signed-off-by: Patrick Georgi patrick@coreboot.org --- M configs/config.google_meep_cros 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/79256/1
diff --git a/configs/config.google_meep_cros b/configs/config.google_meep_cros index c8e3227..5dfd8e3 100644 --- a/configs/config.google_meep_cros +++ b/configs/config.google_meep_cros @@ -33,5 +33,5 @@ CONFIG_CONSOLE_SERIAL_115200=y # CONFIG_DRIVERS_UART_8250IO is not set # GLK specific setting to auto select all the correct settings. -CONFIG_UART_DEBUG=y +CONFIG_INTEL_LPSS_UART_FOR_CONSOLE=y CONFIG_NO_BOOTBLOCK_CONSOLE=y