summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/cherry/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/cherry/romstage.c')
-rw-r--r--src/mainboard/google/cherry/romstage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/cherry/romstage.c b/src/mainboard/google/cherry/romstage.c
index f4bb1ca27bc5..cdb268124063 100644
--- a/src/mainboard/google/cherry/romstage.c
+++ b/src/mainboard/google/cherry/romstage.c
@@ -5,6 +5,7 @@
#include <soc/mt6315.h>
#include <soc/mt6359p.h>
#include <soc/pmif.h>
+#include <soc/rtc.h>
void platform_romstage_main(void)
{
@@ -12,4 +13,5 @@ void platform_romstage_main(void)
mt6359p_init();
mt6315_init();
clk_buf_init();
+ rtc_boot();
}