diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-07-21 21:57:11 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-07-21 21:57:11 +0000 |
commit | e1a66573b15840f2d434f0736280264a99e2250e (patch) | |
tree | a5977ff8fa2e03db417f10a9b3ad6d3605a0cda3 /src/cpu/x86/lapic | |
parent | 573f7d40be086b35b25d242818ae0e9c26d05022 (diff) | |
download | coreboot-e1a66573b15840f2d434f0736280264a99e2250e.tar.xz |
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.lb | 2 |
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 |