aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/samus/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/samus/romstage.c')
-rw-r--r--src/mainboard/google/samus/romstage.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/google/samus/romstage.c b/src/mainboard/google/samus/romstage.c
index ca43b81bf6..39a23f0b6a 100644
--- a/src/mainboard/google/samus/romstage.c
+++ b/src/mainboard/google/samus/romstage.c
@@ -56,13 +56,6 @@ void mainboard_romstage_entry(struct romstage_params *rp)
mainboard_fill_spd_data(&pei_data);
rp->pei_data = &pei_data;
- /*
- * Disable use of PEI saved data to work around memory issues.
- */
- if (cpu_family_model() == BROADWELL_FAMILY_ULT) {
- pei_data.disable_cmd_pwr = 1;
- }
-
/* Initalize memory */
romstage_common(rp);