diff options
author | Tom Rini <trini@konsulko.com> | 2025-06-08 09:24:08 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-08 09:24:08 -0600 |
commit | a854c12062c4ae4765c85a5496c21f3d789db082 (patch) | |
tree | 0e90c37c26aeab919b300430b66f88e150657bc9 /arch/arm/mach-uniphier/debug-uart/debug-uart.c | |
parent | 5a8dd2e0c848135b5c96af291aa96e79acc923ec (diff) | |
parent | b8101af3ce56a547f373d273d9ea37aefb74dc5a (diff) |
Merge tag 'u-boot-rockchip-20250606' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
CI: https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/26117
- Allow to silent TPL/SPL debug console;
- enable exFAT support for Theobroma boards;
- Fix SD power initialization in SPL for rk3399-nanopi4
Diffstat (limited to 'arch/arm/mach-uniphier/debug-uart/debug-uart.c')
-rw-r--r-- | arch/arm/mach-uniphier/debug-uart/debug-uart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/debug-uart/debug-uart.c b/arch/arm/mach-uniphier/debug-uart/debug-uart.c index 6836eb63bfa..1a3e290aa97 100644 --- a/arch/arm/mach-uniphier/debug-uart/debug-uart.c +++ b/arch/arm/mach-uniphier/debug-uart/debug-uart.c @@ -16,7 +16,7 @@ #define UNIPHIER_UART_LSR 0x14 #define UNIPHIER_UART_LDR 0x24 -static void _debug_uart_putc(int c) +static inline void _debug_uart_putc(int c) { void __iomem *base = (void __iomem *)CONFIG_VAL(DEBUG_UART_BASE); |