diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-03-06 18:38:28 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-03-06 18:38:28 +0000 |
commit | 1894463787300242a05f83e7cf0d24348933b571 (patch) | |
tree | 13f312248ea396937c8ca7b3279174dc629c4336 /src/mainboard/emulation | |
parent | 0d348f919cc19841e76762be1c42c4c2737bd268 (diff) |
clean up qemu target config (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3979 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/emulation')
-rw-r--r-- | src/mainboard/emulation/qemu-x86/Options.lb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mainboard/emulation/qemu-x86/Options.lb b/src/mainboard/emulation/qemu-x86/Options.lb index 74e543f737..e1fa3b13f7 100644 --- a/src/mainboard/emulation/qemu-x86/Options.lb +++ b/src/mainboard/emulation/qemu-x86/Options.lb @@ -70,9 +70,8 @@ default HAVE_HARD_RESET=0 ## ## Build code to export a programmable irq routing table ## -default HAVE_PIRQ_TABLE=0 -default IRQ_SLOT_COUNT=5 -#object irq_tables.o +default HAVE_PIRQ_TABLE=1 +default IRQ_SLOT_COUNT=6 ## ## Build code to export a CMOS option table |