From 7e9ffbcc826025fd6501feb700a9ff2b83bcd966 Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Thu, 2 Oct 2014 15:37:46 -0700 Subject: rk3288/pinky: Move uart address to mainboard Kconfig Since the UART which is used for the serial console may change from board-to-board, this moves CONSOLE_SERIAL_UART_ADDRESS from rk3288's Kconfig into Pinky's Kconfig. BUG=none BRANCH=none TEST=built and booted on pinky Original-Signed-off-by: David Hendricks Original-Change-Id: I29837a72d8cf205a144494a6c8ce350465118b34 Original-Reviewed-on: https://chromium-review.googlesource.com/221438 Original-Reviewed-by: Julius Werner (cherry picked from commit 53bff629f2e9865656beabd81e6ce1eab7c728a9) Signed-off-by: Aaron Durbin Change-Id: I65835c07a49dc3a3518c6bb24a29bc6ae7dd46c9 Reviewed-on: http://review.coreboot.org/9242 Reviewed-by: David Hendricks Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/soc/rockchip/rk3288/Kconfig | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/soc/rockchip/rk3288/Kconfig') 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 -- cgit v1.2.3