From 3414f6035b5af0ef004742f0ba91fbad266a6162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Sun, 3 Jun 2018 14:10:06 +0300 Subject: AGESA binaryPI: Drop RAMBASE and RAMTOP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With platforms moved to RELOCATABLE_RAMSTAGE, these overrides no longer have a meaning. Overrides existed because AGESA ramstage did not fit within the default 1 MiB of RAMTOP - RAMBASE, when placed low. Change-Id: I0185875dc550de74877c94f36128d5979e5553d6 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/26813 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/northbridge/amd/agesa/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/northbridge/amd/agesa') diff --git a/src/northbridge/amd/agesa/Kconfig b/src/northbridge/amd/agesa/Kconfig index 4bf1d472b8..e1e129a97d 100644 --- a/src/northbridge/amd/agesa/Kconfig +++ b/src/northbridge/amd/agesa/Kconfig @@ -35,8 +35,4 @@ config HEAP_SIZE hex default 0xc0000 -config RAMTOP - hex - default 0x400000 - endif # NORTHBRIDGE_AMD_AGESA -- cgit v1.2.3