serial: Add new config option SPL_DEBUG_UART_BASE
authorPali Rohár <pali@kernel.org>
Fri, 6 May 2022 09:05:15 +0000 (11:05 +0200)
committerStefan Roese <sr@denx.de>
Mon, 16 May 2022 09:31:34 +0000 (11:31 +0200)
commit9f971ff71498a34f533e341a7e0d00ec75d9fc5b
tree38d4e3430b5df981b2c230162a1d5810e5c0dde0
parent5bb2c550b11eb087437740b2a0d1fe780be5aec3
serial: Add new config option SPL_DEBUG_UART_BASE

SPL_DEBUG_UART_BASE is same as DEBUG_UART_BASE, but applies only for SPL.

In some cases base address of UART is different in SPL and proper U-Boot.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/serial/Kconfig