Author: stepan
Date: 2009-03-19 02:30:16 +0100 (Thu, 19 Mar 2009)
New Revision: 4019

Modified:
   trunk/coreboot-v2/src/config/Options.lb
Log:
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 <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>



Modified: trunk/coreboot-v2/src/config/Options.lb
===================================================================
--- trunk/coreboot-v2/src/config/Options.lb     2009-03-19 01:13:01 UTC (rev 
4018)
+++ trunk/coreboot-v2/src/config/Options.lb     2009-03-19 01:30:16 UTC (rev 
4019)
@@ -738,7 +738,7 @@
 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


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to