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 Signed-off-by: David Hendricks <dhendrix@chromium.org> Change-Id: I29837a72d8cf205a144494a6c8ce350465118b34 Reviewed-on: https://chromium-review.googlesource.com/221438 Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
6fc334d6b6
commit
53bff629f2
2 changed files with 5 additions and 5 deletions
|
|
@ -72,4 +72,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
|
||||
|
|
|
|||
|
|
@ -57,9 +57,4 @@ config CBFS_ROM_OFFSET
|
|||
hex
|
||||
default 0x0018000
|
||||
|
||||
config CONSOLE_SERIAL_UART_ADDRESS
|
||||
hex
|
||||
depends on CONSOLE_SERIAL_UART
|
||||
default 0xFF690000
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue