From f8a4b6bf5135bc608916c7d28c2577112fdb94b9 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Sun, 8 Jul 2012 12:44:20 -0700 Subject: Only disable sysjump in main if we're doing signature-based verified boot EC software sync still needs to be able to sysjump later after the AP decides which image the EC should be running. BUG=chrome-os-partner:11087 TEST=manual sysjump A sysjump RO sysjump A sysjump RO Change-Id: I74eaf10dacf6eaa6aeabae2ff3b21ad387517605 Signed-off-by: Randall Spangler Reviewed-on: https://gerrit.chromium.org/gerrit/26896 Reviewed-by: Bill Richardson --- common/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/main.c') 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. -- cgit v1.2.1