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:
parent
23b0074012
commit
78224e1a75
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue