|
@@ -309,7 +309,8 @@ void omap3_save_scratchpad_contents(void)
|
|
|
scratchpad_contents.public_restore_ptr =
|
|
|
virt_to_phys(omap3_restore_3630);
|
|
|
else if (omap_rev() != OMAP3430_REV_ES3_0 &&
|
|
|
- omap_rev() != OMAP3430_REV_ES3_1)
|
|
|
+ omap_rev() != OMAP3430_REV_ES3_1 &&
|
|
|
+ omap_rev() != OMAP3430_REV_ES3_1_2)
|
|
|
scratchpad_contents.public_restore_ptr =
|
|
|
virt_to_phys(omap3_restore);
|
|
|
else
|