[coreboot] [commit] r5811 - trunk/src/cpu/amd/car

repository service svn at coreboot.org
Mon Sep 13 19:46:14 CEST 2010


Author: myles
Date: Mon Sep 13 19:46:13 2010
New Revision: 5811
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5811

Log:
CONFIG_MMCONF_SUPPORT is always defined.  Fix build.

Signed-off-by: Myles Watson <mylesgw at gmail.com>
Acked-by: Myles Watson <mylesgw at gmail.com>

Modified:
   trunk/src/cpu/amd/car/cache_as_ram.inc

Modified: trunk/src/cpu/amd/car/cache_as_ram.inc
==============================================================================
--- trunk/src/cpu/amd/car/cache_as_ram.inc	Mon Sep 13 17:11:35 2010	(r5810)
+++ trunk/src/cpu/amd/car/cache_as_ram.inc	Mon Sep 13 19:46:13 2010	(r5811)
@@ -137,7 +137,7 @@
 
 	/* Erratum 343 end */
 
-#if defined(CONFIG_MMCONF_SUPPORT)
+#if CONFIG_MMCONF_SUPPORT
 	/* Set MMIO Config space BAR */
 	movl	$MSR_MCFG_BASE, %ecx
 	rdmsr




More information about the coreboot mailing list