From f9b9166431d758a6bed27008fc49f752b499f83d Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Thu, 4 Jun 2020 16:35:05 -0600 Subject: soc/amd/picasso: Remove call to setup_bsp_ramtop We don't use amd_setup_mtrrs, bsp_topmem or bsp_topmem2 in picasso. BUG=b:147042464 TEST=Boot to OS on trembyle Signed-off-by: Raul E Rangel Change-Id: I1941934975dfea4f189347811b003a33996c887a Reviewed-on: https://review.coreboot.org/c/coreboot/+/42086 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Aaron Durbin --- src/soc/amd/picasso/chip.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc/amd') diff --git a/src/soc/amd/picasso/chip.c b/src/soc/amd/picasso/chip.c index ed39b53549..d364b9a88c 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 #include #include #include @@ -159,7 +158,6 @@ static void soc_init(void *chip_info) data_fabric_set_mmio_np(); southbridge_init(chip_info); - setup_bsp_ramtop(); } static void soc_final(void *chip_info) -- cgit v1.2.3