From 01368ed5edca94582185b603350f8e70f9b16f45 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 16 Apr 2015 15:27:52 +0200 Subject: Kconfig: rename CONSOLE_SERIAL_UART to DRIVERS_UART Some upstreaming patches missed that, so follow up. Change-Id: I28665c97ac777d8b0b0f909e64b32681ed2b98f7 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/9771 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/mainboard/google/veyron_rialto/Kconfig | 2 +- src/mainboard/google/veyron_rialto/bootblock.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/google/veyron_rialto') diff --git a/src/mainboard/google/veyron_rialto/Kconfig b/src/mainboard/google/veyron_rialto/Kconfig index 8393895e16..bc40ccb59f 100644 --- a/src/mainboard/google/veyron_rialto/Kconfig +++ b/src/mainboard/google/veyron_rialto/Kconfig @@ -74,7 +74,7 @@ config DRIVER_TPM_I2C_ADDR config CONSOLE_SERIAL_UART_ADDRESS hex - depends on CONSOLE_SERIAL_UART + depends on DRIVERS_UART default 0xFF690000 # FIXME(dhendrix): This is a gross hack intended to get us past diff --git a/src/mainboard/google/veyron_rialto/bootblock.c b/src/mainboard/google/veyron_rialto/bootblock.c index 86104ece38..ab9d60dad0 100644 --- a/src/mainboard/google/veyron_rialto/bootblock.c +++ b/src/mainboard/google/veyron_rialto/bootblock.c @@ -36,7 +36,7 @@ void bootblock_mainboard_early_init() { - if (IS_ENABLED(CONFIG_CONSOLE_SERIAL_UART)) { + if (IS_ENABLED(CONFIG_DRIVERS_UART)) { assert(CONFIG_CONSOLE_SERIAL_UART_ADDRESS == UART2_BASE); writel(IOMUX_UART2, &rk3288_grf->iomux_uart2); } -- cgit v1.2.3