Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE) #177

Closed
wants to merge 1 commit into from

Commits on May 27, 2022

  1. 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 d293759
    ("serial: ns16550: Add support for SPL_DEBUG_UART_BASE").
    
    Signed-off-by: Pali Rohár <pali@kernel.org>
    pali committed May 27, 2022
    Configuration menu
    Copy the full SHA
    d674aa6 View commit details
    Browse the repository at this point in the history