summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/corsola/romstage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/corsola/romstage.c b/src/mainboard/google/corsola/romstage.c
index 07b9127719..d1e9e20639 100644
--- a/src/mainboard/google/corsola/romstage.c
+++ b/src/mainboard/google/corsola/romstage.c
@@ -2,8 +2,10 @@
#include <arch/stages.h>
#include <soc/mt6366.h>
+#include <soc/rtc.h>
void platform_romstage_main(void)
{
mt6366_init();
+ rtc_boot();
}