summaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/OemCustomize.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/kahlee/OemCustomize.c')
-rw-r--r--src/mainboard/google/kahlee/OemCustomize.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/OemCustomize.c b/src/mainboard/google/kahlee/OemCustomize.c
index 2043193f2e..2b3f551517 100644
--- a/src/mainboard/google/kahlee/OemCustomize.c
+++ b/src/mainboard/google/kahlee/OemCustomize.c
@@ -36,4 +36,6 @@ void OemPostParams(AMD_POST_PARAMS *PostParams)
{
PostParams->MemConfig.PlatformMemoryConfiguration =
(PSO_ENTRY *)DDR4PlatformMemoryConfiguration;
+ /* disable memory clear for pstore memory storage and boot time */
+ PostParams->MemConfig.EnableMemClr = FALSE;
}