mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
serial: Add new config option TPL_DEBUG_UART_BASE
TPL_DEBUG_UART_BASE is same as DEBUG_UART_BASE, but applies only for TPL. Signed-off-by: Pali Rohár <pali@kernel.org> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
9f971ff714
commit
958789f026
@ -515,6 +515,13 @@ config SPL_DEBUG_UART_BASE
|
||||
help
|
||||
This is the base address of your UART for memory-mapped UARTs for SPL.
|
||||
|
||||
config TPL_DEBUG_UART_BASE
|
||||
hex "Base address of UART for TPL"
|
||||
depends on TPL && DEBUG_UART
|
||||
default DEBUG_UART_BASE
|
||||
help
|
||||
This is the base address of your UART for memory-mapped UARTs for TPL.
|
||||
|
||||
config DEBUG_UART_CLOCK
|
||||
int "UART input clock"
|
||||
depends on DEBUG_UART
|
||||
|
Loading…
x
Reference in New Issue
Block a user