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/lenovo/x230/Kconfig | |
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/lenovo/x230/Kconfig')
-rw-r--r-- | src/mainboard/lenovo/x230/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x230/Kconfig b/src/mainboard/lenovo/x230/Kconfig index 54270d3a78..eb9cadc3f9 100644 --- a/src/mainboard/lenovo/x230/Kconfig +++ b/src/mainboard/lenovo/x230/Kconfig @@ -13,7 +13,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_CMOS_DEFAULT select HAVE_ACPI_RESUME select HAVE_SMI_HANDLER - select EARLY_CBMEM_INIT # Workaround for EC/KBC IRQ1. select SERIRQ_CONTINUOUS_MODE |