summaryrefslogtreecommitdiff
path: root/common/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/main.c')
-rw-r--r--common/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/main.c b/common/main.c
index 50c5b6d63d..e8e736d155 100644
--- a/common/main.c
+++ b/common/main.c
@@ -72,6 +72,9 @@ int main(void)
flash_init();
#endif
eeprom_init();
+
+ vboot_init();
+
#ifdef CONFIG_LPC
port_80_init();
lpc_init();