Re: [PATCH 1/1] reboot-mode: must depend on CONFIG_DM_RTC

2024-04-18 Thread Tom Rini
On Tue, 09 Apr 2024 20:44:22 +0200, Heinrich Schuchardt wrote: > Reading the boot mode from RTC memory requires a real time clock. > Add the missing Kconfig dependency. > > Applied to u-boot/master, thanks! -- Tom

[PATCH 1/1] reboot-mode: must depend on CONFIG_DM_RTC

2024-04-09 Thread Heinrich Schuchardt
Reading the boot mode from RTC memory requires a real time clock. Add the missing Kconfig dependency. Fixes: c74675bd904b ("reboot-mode: read the boot mode from RTC memory") Signed-off-by: Heinrich Schuchardt --- drivers/reboot-mode/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git