commit | b62450cf229c50ad2ce819dd02a09726909cc89a | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Fri May 27 22:15:24 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 06 18:01:21 2022 -0400 |
tree | a8315fd7fca59a0cff90ba0343d73c3f15e18c50 | |
parent | 24272ffd505be0597703032dbdd8ffdd7ef7a1a9 [diff] |
serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE) CONFIG_VAL(DEBUG_UART_BASE) expands to CONFIG_DEBUG_UART_BASE or CONFIG_SPL_DEBUG_UART_BASE or CONFIG_TPL_DEBUG_UART_BASE and allows boards to set different values for SPL, TPL and U-Boot Proper. For ns16550 driver this support is there since commit d293759d55cc ("serial: ns16550: Add support for SPL_DEBUG_UART_BASE"). Signed-off-by: Pali Rohár <pali@kernel.org>