Re: [PATCH 7/5] serial: Add new config option TPL_DEBUG_UART_BASE

2022-05-17 Thread Stefan Roese
On 16.05.22 18:49, Pali Rohár wrote: TPL_DEBUG_UART_BASE is same as DEBUG_UART_BASE, but applies only for TPL. Signed-off-by: Pali Rohár Reviewed-by: Stefan Roese Thanks, Stefan --- drivers/serial/Kconfig | 7 +++ 1 file changed, 7 insertions(+) diff --git

[PATCH 7/5] serial: Add new config option TPL_DEBUG_UART_BASE

2022-05-16 Thread Pali Rohár
TPL_DEBUG_UART_BASE is same as DEBUG_UART_BASE, but applies only for TPL. Signed-off-by: Pali Rohár --- drivers/serial/Kconfig | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 46726d76b162..f6425a530e57 100644 ---