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:
@ -137,7 +137,7 @@ CAR_FAM10_out:
|
||||
|
||||
/* Erratum 343 end */
|
||||
|
||||
#if defined(CONFIG_MMCONF_SUPPORT)
|
||||
#if CONFIG_MMCONF_SUPPORT
|
||||
/* Set MMIO Config space BAR */
|
||||
movl $MSR_MCFG_BASE, %ecx
|
||||
rdmsr
|
||||
|
Reference in New Issue
Block a user