aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/veyron_pinky/Kconfig5
-rw-r--r--src/soc/rockchip/rk3288/Kconfig5
2 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/google/veyron_pinky/Kconfig b/src/mainboard/google/veyron_pinky/Kconfig
index 7f981b428b..97a009730a 100644
--- a/src/mainboard/google/veyron_pinky/Kconfig
+++ b/src/mainboard/google/veyron_pinky/Kconfig
@@ -81,4 +81,9 @@ config DRIVER_TPM_I2C_ADDR
hex
default 0x20
+config CONSOLE_SERIAL_UART_ADDRESS
+ hex
+ depends on CONSOLE_SERIAL_UART
+ default 0xFF690000
+
endif # BOARD_GOOGLE_VEYRON_PINKY
diff --git a/src/soc/rockchip/rk3288/Kconfig b/src/soc/rockchip/rk3288/Kconfig
index aa4ee34a07..05876f4f0b 100644
--- a/src/soc/rockchip/rk3288/Kconfig
+++ b/src/soc/rockchip/rk3288/Kconfig
@@ -127,9 +127,4 @@ config TTB_BUFFER
hex "memory address of the TTB buffer"
default 0xff700000
-config CONSOLE_SERIAL_UART_ADDRESS
- hex
- depends on CONSOLE_SERIAL_UART
- default 0xFF690000
-
endif