From e96f4b1122fea74b8f9933fcefa1a2d5a616b39f Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 22 Jun 2014 22:05:24 -0600 Subject: baytrail_fsp: Fix the mmconf Kconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The override value in the mainboard that was removed was correct. Change-Id: Ie820df0d6b7a713488173240f0c0ca4a9e108f71 Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/6095 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) --- src/soc/intel/fsp_baytrail/Kconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/soc/intel/fsp_baytrail/Kconfig b/src/soc/intel/fsp_baytrail/Kconfig index bce5542e50..312449ee67 100644 --- a/src/soc/intel/fsp_baytrail/Kconfig +++ b/src/soc/intel/fsp_baytrail/Kconfig @@ -53,9 +53,7 @@ config BOOTBLOCK_CPU_INIT config MMCONF_BASE_ADDRESS hex - default 0x80000000 - help - This is set by the FSP + default 0xe0000000 config MAX_CPUS int -- cgit v1.2.3