summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/kahlee/OemCustomize.c
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2017-09-25 11:55:28 -0600
committerAaron Durbin <adurbin@chromium.org>2017-11-10 18:23:01 +0000
commit4af2342673befb65b19363c9265a0887ff001eec (patch)
tree0b3b99788a79588712cfc44be4e0202542e8796f /src/mainboard/google/kahlee/OemCustomize.c
parent67c2a7b487bfaea90303faa5e8ef9e33c3000f1c (diff)
downloadcoreboot-4af2342673befb65b19363c9265a0887ff001eec.tar.gz
coreboot-4af2342673befb65b19363c9265a0887ff001eec.tar.bz2
coreboot-4af2342673befb65b19363c9265a0887ff001eec.zip
google/kahlee: Move DRAM clear override to devicetree
Kahlee needs to keep its DRAM contents after a reset. Move this override out of the OemCustomize.c file to a devicetree register setting. Change-Id: I3196cb8b94bec64e8ce59e4285cf8d97f442bd3d Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com> Reviewed-on: https://review.coreboot.org/21858 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/kahlee/OemCustomize.c')
-rw-r--r--src/mainboard/google/kahlee/OemCustomize.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/kahlee/OemCustomize.c b/src/mainboard/google/kahlee/OemCustomize.c
index bbb51e49dcb3..36bb419d417d 100644
--- a/src/mainboard/google/kahlee/OemCustomize.c
+++ b/src/mainboard/google/kahlee/OemCustomize.c
@@ -35,6 +35,4 @@ 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;
}