aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/amd/picasso/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/cpu.c b/src/soc/amd/picasso/cpu.c
index de9a2fa96d..96edd70c13 100644
--- a/src/soc/amd/picasso/cpu.c
+++ b/src/soc/amd/picasso/cpu.c
@@ -36,7 +36,7 @@ static struct smm_relocation_params smm_reloc_params;
*/
static void pre_mp_init(void)
{
- x86_setup_mtrrs_with_detect();
+ x86_setup_mtrrs_with_detect_no_above_4gb();
x86_mtrr_check();
}