diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap2/control.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c index f4796c002070..e84e3b4bfde1 100644 --- a/arch/arm/mach-omap2/control.c +++ b/arch/arm/mach-omap2/control.c | |||
@@ -309,7 +309,8 @@ void omap3_save_scratchpad_contents(void) | |||
309 | scratchpad_contents.public_restore_ptr = | 309 | scratchpad_contents.public_restore_ptr = |
310 | virt_to_phys(omap3_restore_3630); | 310 | virt_to_phys(omap3_restore_3630); |
311 | else if (omap_rev() != OMAP3430_REV_ES3_0 && | 311 | else if (omap_rev() != OMAP3430_REV_ES3_0 && |
312 | omap_rev() != OMAP3430_REV_ES3_1) | 312 | omap_rev() != OMAP3430_REV_ES3_1 && |
313 | omap_rev() != OMAP3430_REV_ES3_1_2) | ||
313 | scratchpad_contents.public_restore_ptr = | 314 | scratchpad_contents.public_restore_ptr = |
314 | virt_to_phys(omap3_restore); | 315 | virt_to_phys(omap3_restore); |
315 | else | 316 | else |