summaryrefslogtreecommitdiff
path: root/common/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/main.c')
-rw-r--r--common/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/main.c b/common/main.c
index de54b6bbbb..df7a2be8aa 100644
--- a/common/main.c
+++ b/common/main.c
@@ -128,7 +128,6 @@ int main(void)
* RO image and once in the RW image.
*/
vboot_check_signature();
-#endif
/*
* If system is locked, disable system jumps now that vboot has had its
@@ -136,6 +135,7 @@ int main(void)
*/
if (system_is_locked())
system_disable_jump();
+#endif
/*
* Initialize other driver modules. These can occur in any order.