On Thu, 30 Jul 2026 12:39:27 +0400, Alexey Charkov wrote:
> Current code tries to print information about the reset method whenever
> sysreset support is enabled. This causes the core to try to bind the
> sysreset device in board_init_f, even if the driver doesn't support
> reset status reporting, causing pure waste on some platforms (e.g. on
> Rockchip RK3576 it increases the boot time by ~0.4s even though the driver
> doesn't support reset status reporting).
>
> [...]
Applied to u-boot/next, thanks!
[1/1] board_f: Make printing reset information optional
commit: a1f39f70134734c7e3f061900fa988d46771da44
--
Tom