summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--driver/ppc/sn5s330.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/ppc/sn5s330.c b/driver/ppc/sn5s330.c
index 5dbc02437b..0aaabdfeca 100644
--- a/driver/ppc/sn5s330.c
+++ b/driver/ppc/sn5s330.c
@@ -343,7 +343,7 @@ static int sn5s330_init(int port)
* Don't proceed with the rest of initialization if we're sysjumping.
* We would have already done this before.
*/
- if (system_jumped_to_this_image())
+ if (system_jumped_late())
return EC_SUCCESS;
/*