mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: intel/fsp_rangeley: Fix regression on MMCONF_SUPPORT
Following commit did not move this selection to northbridge:
bac0fad
Remove explicit select MMCONF_SUPPORT
BUG=None
BRANCH=None
TEST=None
Signed-off-by: Kysti Mlkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/17653
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.h@gmx.de>
Change-Id: I5f3c429dfd160eb439f396db2baf0ecf280022fd
Reviewed-on: https://chromium-review.googlesource.com/415632
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
Tested-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
4df1b157a7
commit
e37473fcda
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
config NORTHBRIDGE_INTEL_FSP_RANGELEY
|
||||
bool
|
||||
select CPU_INTEL_FSP_MODEL_406DX
|
||||
select MMCONF_SUPPORT
|
||||
|
||||
if NORTHBRIDGE_INTEL_FSP_RANGELEY
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue