fix the following warning on all boards that don't have PIRQ_ROUTE enabled
In file included from coreboot-v2-4017//src/arch/i386/boot/pirq_routing.c:2: coreboot-v2-4017/src/arch/i386/include/arch/pirq_routing.h:45:5: warning: "PIRQ_ROUTE" is not defined coreboot-v2-4017//src/arch/i386/boot/pirq_routing.c:103:6: warning: "PIRQ_ROUTE" is not defined Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4019 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c675955f05
commit
d0db8f904d
|
@ -738,7 +738,7 @@ define HAVE_PIRQ_TABLE
|
|||
end
|
||||
define PIRQ_ROUTE
|
||||
default 0
|
||||
export used
|
||||
export always
|
||||
comment "Define if we have a PIRQ table and want routing IRQs"
|
||||
end
|
||||
define IRQ_SLOT_COUNT
|
||||
|
|
Loading…
Reference in New Issue