[coreboot] r4019 - trunk/coreboot-v2/src/config

svn at coreboot.org svn at coreboot.org
Thu Mar 19 02:30:16 CET 2009


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 <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



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





More information about the coreboot mailing list