commit | f8c70100a578e9f7148c3685d81f24e8ae5b80bc | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Apr 09 20:44:22 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 18 16:37:06 2024 -0600 |
tree | 598f6d5b510aca7e2cc57c2fd48665a296aaabfb | |
parent | 0a6d34d561d8c72a4d7f66f96ff4042d8c415095 [diff] |
reboot-mode: must depend on CONFIG_DM_RTC 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 <heinrich.schuchardt@canonical.com>