commit | 0d3c85b702fa7296fb52c24682d669de27238fbd | [log] [tgz] |
---|---|---|
author | Lukasz Czechowski <lukasz.czechowski@thaumatec.com> | Tue May 20 13:36:39 2025 +0200 |
committer | Kever Yang <kever.yang@rock-chips.com> | Fri Jun 06 17:12:20 2025 +0800 |
tree | 987b7f75027ae29b77e60bfe2cfe195f426ff275 | |
parent | 1591f1e89a47f3f5fadb804600537543dd08a439 [diff] |
arm: uniphier: Change _debug_uart_putc function to inline Update the definition of _debug_uart_putc to static inline. This matches the instructions in include/debug_uart.h and provides consistency with implementations for other platforms. Signed-off-by: Lukasz Czechowski <lukasz.czechowski@thaumatec.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>