CONFIG_MMCONF_SUPPORT is always defined. Fix build.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5811 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
e7a5b76a74
commit
2b28614cc5
|
@ -137,7 +137,7 @@ CAR_FAM10_out:
|
||||||
|
|
||||||
/* Erratum 343 end */
|
/* Erratum 343 end */
|
||||||
|
|
||||||
#if defined(CONFIG_MMCONF_SUPPORT)
|
#if CONFIG_MMCONF_SUPPORT
|
||||||
/* Set MMIO Config space BAR */
|
/* Set MMIO Config space BAR */
|
||||||
movl $MSR_MCFG_BASE, %ecx
|
movl $MSR_MCFG_BASE, %ecx
|
||||||
rdmsr
|
rdmsr
|
||||||
|
|
Loading…
Reference in New Issue