diff options
author | Martin Roth <martin.roth@se-eng.com> | 2014-06-22 22:05:24 -0600 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2014-06-23 06:20:24 +0200 |
commit | e96f4b1122fea74b8f9933fcefa1a2d5a616b39f (patch) | |
tree | 070883581bb93d834f40c1d59c5fc8a1c2ff7f89 | |
parent | fbd150383954671bdeeef9c8161cabd9bbe0627b (diff) |
baytrail_fsp: Fix the mmconf Kconfig
The override value in the mainboard that was removed was correct.
Change-Id: Ie820df0d6b7a713488173240f0c0ca4a9e108f71
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/6095
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins)
-rw-r--r-- | src/soc/intel/fsp_baytrail/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
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 |