From 2d5f9cace5e89998835e467d628d388794be8121 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Wed, 1 Aug 2018 12:22:44 -0600 Subject: soc/amd/common: Remove PSPP override setting For some reason the PSPP setting was being overwritten in the common code. Remove the setting and allow the oem customize function to make the setting. BUG=b:112020107 TEST= build test Change-Id: If7f4511a71f725fedd60d33552656850e50d955d Signed-off-by: Marc Jones Reviewed-on: https://review.coreboot.org/27783 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Marshall Dawson Reviewed-by: Martin Roth --- src/soc/amd/common/block/pi/agesawrapper.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/soc/amd/common/block/pi/agesawrapper.c b/src/soc/amd/common/block/pi/agesawrapper.c index c2a799a0cc..c464b2960c 100644 --- a/src/soc/amd/common/block/pi/agesawrapper.c +++ b/src/soc/amd/common/block/pi/agesawrapper.c @@ -130,8 +130,6 @@ AGESA_STATUS agesawrapper_amdinitearly(void) OemCustomizeInitEarly(EarlyParams); - EarlyParams->GnbConfig.PsppPolicy = PsppDisabled; - timestamp_add_now(TS_AGESA_INIT_EARLY_START); status = AmdInitEarly(EarlyParams); timestamp_add_now(TS_AGESA_INIT_EARLY_DONE); -- cgit v1.2.3