[coreboot-gerrit] Patch set updated for coreboot: AGESA binaryPI: RAMTOP is no longer referenced

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Tue Nov 8 00:49:51 CET 2016


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17269

-gerrit

commit 9bc0169599922918d581afba027a748e21a2f046
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Wed Jul 20 01:29:34 2016 +0300

    AGESA binaryPI: RAMTOP is no longer referenced
    
    Change-Id: I58c8bff782fc3b206a8191071d95cd4e7de4c7dc
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/northbridge/amd/agesa/Kconfig | 4 ----
 src/northbridge/amd/pi/Kconfig    | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/src/northbridge/amd/agesa/Kconfig b/src/northbridge/amd/agesa/Kconfig
index d5cff80..37bf3c4 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
diff --git a/src/northbridge/amd/pi/Kconfig b/src/northbridge/amd/pi/Kconfig
index 122b0e6..1fba05a 100644
--- a/src/northbridge/amd/pi/Kconfig
+++ b/src/northbridge/amd/pi/Kconfig
@@ -41,10 +41,6 @@ config HW_MEM_HOLE_SIZE_AUTO_INC
 	bool
 	default n
 
-config RAMTOP
-	hex
-	default 0x1000000
-
 config HEAP_SIZE
 	hex
 	default 0xc0000



More information about the coreboot-gerrit mailing list