quark_se: Fix restore info address

For the next QMSI release, the shared restore info address has been
modified to 0xA8013FDC .

Change-Id: I72eaef4f15f7ef6fb8e7eb9acd7d96451623e103
Signed-off-by: Jesus Sanchez-Palencia <jesus.sanchez-palencia@intel.com>
This commit is contained in:
Jesus Sanchez-Palencia 2017-01-05 15:31:48 -08:00 committed by Anas Nashif
commit 78224e1a75

View file

@ -78,7 +78,7 @@ endif
config BSP_SHARED_RAM_ADDR
hex "Address of the shared RAM with the QMSI Bootloader"
depends on SYS_POWER_DEEP_SLEEP
default 0xA8013FFC
default 0xA8013FDC
help
Address of the memory shared between the BSP and the Bootloader in order
to store restore information.