]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
serial: Add new config option TPL_DEBUG_UART_BASE
authorPali Rohár <pali@kernel.org>
Mon, 16 May 2022 16:49:09 +0000 (18:49 +0200)
committerStefan Roese <sr@denx.de>
Tue, 17 May 2022 04:44:06 +0000 (06:44 +0200)
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>
drivers/serial/Kconfig

index 46726d76b1628e6304317d50afb9f526df9e49da..f6425a530e57afcbe667088ae08a4fc634a91383 100644 (file)
@@ -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