mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 23:41:50 +00:00
serial: Support debug UART in TPL
Some boards want to use the debug UART in TPL so add an option for that. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
752fb69af6
commit
5d93d8137d
1 changed files with 7 additions and 0 deletions
|
@ -539,6 +539,13 @@ config TPL_DEBUG_UART_BASE
|
||||||
help
|
help
|
||||||
This is the base address of your UART for memory-mapped UARTs for TPL.
|
This is the base address of your UART for memory-mapped UARTs for TPL.
|
||||||
|
|
||||||
|
config VPL_DEBUG_UART_BASE
|
||||||
|
hex "Base address of UART for VPL"
|
||||||
|
depends on VPL && DEBUG_UART
|
||||||
|
default DEBUG_UART_BASE
|
||||||
|
help
|
||||||
|
This is the base address of your UART for memory-mapped UARTs for VPL.
|
||||||
|
|
||||||
config DEBUG_UART_CLOCK
|
config DEBUG_UART_CLOCK
|
||||||
int "UART input clock"
|
int "UART input clock"
|
||||||
depends on DEBUG_UART
|
depends on DEBUG_UART
|
||||||
|
|
Loading…
Add table
Reference in a new issue