mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: Define RAMTOP for x86 only
This Kconfig is deprecated, new platforms need to locate ramstage stack in CBMEM instead. BUG=None BRANCH=None TEST=None Change-Id: I1a7cedbdc41412bf95492f11cfdff74f2d7a9359 Original-Change-Id: I20ece297302321337cc2ce17fdef0c55242a4fc3 Original-Signed-off-by: Kysti Mlkki <kyosti.malkki@gmail.com> Original-Reviewed-on: https://review.coreboot.org/15189 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Original-Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Original-Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/358384 Reviewed-by: Martin Roth <martinroth@chromium.org>
This commit is contained in:
parent
9375eef5a3
commit
61dc13efa8
1 changed files with 0 additions and 5 deletions
|
@ -485,11 +485,6 @@ config TPM2
|
|||
|
||||
If unsure, say N.
|
||||
|
||||
config RAMTOP
|
||||
hex
|
||||
default 0x200000
|
||||
depends on ARCH_X86
|
||||
|
||||
config HEAP_SIZE
|
||||
hex
|
||||
default 0x4000
|
||||
|
|
Loading…
Add table
Reference in a new issue