Raul Rangel has uploaded this change for review.

View Change

soc/amd/picasso: Remove call to setup_bsp_ramtop

We don't use amd_setup_mtrrs in picasso.

BUG=b:147042464
TEST=Boot to OS on trembyle

Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I1941934975dfea4f189347811b003a33996c887a
---
M src/soc/amd/picasso/chip.c
1 file changed, 0 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/42086/1
diff --git a/src/soc/amd/picasso/chip.c b/src/soc/amd/picasso/chip.c
index dc661d2..e2b45b4 100644
--- a/src/soc/amd/picasso/chip.c
+++ b/src/soc/amd/picasso/chip.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */

-#include <cpu/amd/mtrr.h>
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>
@@ -149,7 +148,6 @@

data_fabric_set_mmio_np();
southbridge_init(chip_info);
- setup_bsp_ramtop();
}

static void soc_final(void *chip_info)

To view, visit change 42086. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1941934975dfea4f189347811b003a33996c887a
Gerrit-Change-Number: 42086
Gerrit-PatchSet: 1
Gerrit-Owner: Raul Rangel <rrangel@chromium.org>
Gerrit-MessageType: newchange