aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-06-13 11:07:34 +0300
committerPatrick Georgi <patrick@georgi-clan.de>2014-06-25 12:12:04 +0200
commite3c65b97b4bdd9a5ba90f03e74c02d7d3c9e1856 (patch)
treef9bd61a96f8278a23301febcceba94b5c4351616 /src
parent502e1dc7cae2220fc0fbc176c9c7de2d8731dd46 (diff)
gm45 boards: Switch to use DYNAMIC_CBMEM
Change-Id: Id19d31a2d114bb796b31ad61802d40c8608e4020 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/6038 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <gaumless@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/roda/rk9/Kconfig1
-rw-r--r--src/northbridge/intel/gm45/Kconfig1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/roda/rk9/Kconfig b/src/mainboard/roda/rk9/Kconfig
index aaa78646c6..733a3207a0 100644
--- a/src/mainboard/roda/rk9/Kconfig
+++ b/src/mainboard/roda/rk9/Kconfig
@@ -12,7 +12,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select CARDBUS_PLUGIN_SUPPORT
select HAVE_ACPI_TABLES
select EC_ACPI
- select EARLY_CBMEM_INIT
select HAVE_OPTION_TABLE
config MAINBOARD_DIR
diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig
index adf1c1b356..5ce56d9264 100644
--- a/src/northbridge/intel/gm45/Kconfig
+++ b/src/northbridge/intel/gm45/Kconfig
@@ -27,6 +27,7 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
select HAVE_DEBUG_RAM_SETUP
select MMCONF_SUPPORT
select MMCONF_SUPPORT_DEFAULT
+ select DYNAMIC_CBMEM
select IOMMU
config BOOTBLOCK_NORTHBRIDGE_INIT