diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-06-13 11:07:34 +0300 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-06-25 12:11:59 +0200 |
commit | d9cf38fdcb8b1ca9a8a30e3027bc85f91e1a8ffa (patch) | |
tree | 7ed5fcd3cc439062f35a3a0c52c6cc33a614dbc6 /src/mainboard/google/stout | |
parent | c5fff75f681ca6307d180399cdfb6697fb2cbcf6 (diff) | |
download | coreboot-d9cf38fdcb8b1ca9a8a30e3027bc85f91e1a8ffa.tar.xz |
sandy/ivy boards: Switch to use DYNAMIC_CBMEM
Like with other more recent boards already using DYNAMIC_CBMEM,
the pointer to TOC is no longer stored in GNVS for ACPI.
Change-Id: If2e11294202c40793ec985e2c0c006bbfcd03d3d
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/6034
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <gaumless@gmail.com>
Diffstat (limited to 'src/mainboard/google/stout')
-rw-r--r-- | src/mainboard/google/stout/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/stout/Kconfig b/src/mainboard/google/stout/Kconfig index 2f8f5805e3..79e3c9ce24 100644 --- a/src/mainboard/google/stout/Kconfig +++ b/src/mainboard/google/stout/Kconfig @@ -7,7 +7,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SOUTHBRIDGE_INTEL_C216 select EC_QUANTA_IT8518 select BOARD_ROMSIZE_KB_8192 - select EARLY_CBMEM_INIT select HAVE_ACPI_TABLES select HAVE_OPTION_TABLE select HAVE_CMOS_DEFAULT |