diff options
| author | Tom Rini <[email protected]> | 2025-06-08 09:24:08 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-08 09:24:08 -0600 |
| commit | a854c12062c4ae4765c85a5496c21f3d789db082 (patch) | |
| tree | 0e90c37c26aeab919b300430b66f88e150657bc9 /lib | |
| 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 'lib')
| -rw-r--r-- | lib/efi/efi_stub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi/efi_stub.c b/lib/efi/efi_stub.c index 40fc29d9adf..a083c7f1e9b 100644 --- a/lib/efi/efi_stub.c +++ b/lib/efi/efi_stub.c @@ -83,7 +83,7 @@ void puts(const char *str) putc(*str++); } -static void _debug_uart_putc(int ch) +static inline void _debug_uart_putc(int ch) { putc(ch); } |
