[coreboot] [v2] r4457 - trunk/coreboot-v2/src/cpu/x86/lapic

svn at coreboot.org svn at coreboot.org
Tue Jul 21 23:57:12 CEST 2009


Author: stepan
Date: 2009-07-21 23:57:11 +0200 (Tue, 21 Jul 2009)
New Revision: 4457

Modified:
   trunk/coreboot-v2/src/cpu/x86/lapic/Config.lb
Log:
this bug sneaked in during conversion

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/src/cpu/x86/lapic/Config.lb
===================================================================
--- trunk/coreboot-v2/src/cpu/x86/lapic/Config.lb	2009-07-21 21:50:34 UTC (rev 4456)
+++ trunk/coreboot-v2/src/cpu/x86/lapic/Config.lb	2009-07-21 21:57:11 UTC (rev 4457)
@@ -5,7 +5,7 @@
 object secondary.S
 
 if CONFIG_UDELAY_LAPIC
-	default HAVE_INIT_TIMER=1
+	default CONFIG_HAVE_INIT_TIMER=1
 	object apic_timer.o
 end
 





More information about the coreboot mailing list