diff options
author | David Hendricks <dhendrix@chromium.org> | 2014-10-02 15:37:46 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@google.com> | 2015-04-02 23:27:09 +0200 |
commit | 7e9ffbcc826025fd6501feb700a9ff2b83bcd966 (patch) | |
tree | f61baf58222d175c6d7a03dbd88385ab018caac0 /src/mainboard | |
parent | 77a9ebd67bf0447e2c5db169d88ea1e98ea13e8b (diff) | |
download | coreboot-7e9ffbcc826025fd6501feb700a9ff2b83bcd966.tar.xz |
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 <dhendrix@chromium.org>
Original-Change-Id: I29837a72d8cf205a144494a6c8ce350465118b34
Original-Reviewed-on: https://chromium-review.googlesource.com/221438
Original-Reviewed-by: Julius Werner <jwerner@chromium.org>
(cherry picked from commit 53bff629f2e9865656beabd81e6ce1eab7c728a9)
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Change-Id: I65835c07a49dc3a3518c6bb24a29bc6ae7dd46c9
Reviewed-on: http://review.coreboot.org/9242
Reviewed-by: David Hendricks <dhendrix@chromium.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/veyron_pinky/Kconfig | 5 |
1 files changed, 5 insertions, 0 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 |