aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/lapic
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-07-21 21:57:11 +0000
committerStefan Reinauer <stepan@openbios.org>2009-07-21 21:57:11 +0000
commite1a66573b15840f2d434f0736280264a99e2250e (patch)
treea5977ff8fa2e03db417f10a9b3ad6d3605a0cda3 /src/cpu/x86/lapic
parent573f7d40be086b35b25d242818ae0e9c26d05022 (diff)
this bug sneaked in during conversion
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4457 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/x86/lapic')
-rw-r--r--src/cpu/x86/lapic/Config.lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/lapic/Config.lb b/src/cpu/x86/lapic/Config.lb
index b0636f3abd..9491687d7e 100644
--- a/src/cpu/x86/lapic/Config.lb
+++ b/src/cpu/x86/lapic/Config.lb
@@ -5,7 +5,7 @@ object lapic_cpu_init.o
object secondary.S
if CONFIG_UDELAY_LAPIC
- default HAVE_INIT_TIMER=1
+ default CONFIG_HAVE_INIT_TIMER=1
object apic_timer.o
end