Hi,

attached patch makes PCI_ROM_RUN a boolean (like it is elsewhere), which
is the correct choice, too. Avoids type problems in kconfig

Signed-off-by: Patrick Georgi <patrick.geo...@coresystems.de>
Index: src/Kconfig
===================================================================
--- src/Kconfig	(Revision 4577)
+++ src/Kconfig	(Arbeitskopie)
@@ -85,8 +85,8 @@
 	default 1
 
 config PCI_ROM_RUN
-	int
-	default 0
+	bool
+	default n
 
 config HT_CHAIN_UNITID_BASE
 	int
Index: src/mainboard/amd/serengeti_cheetah/Kconfig
===================================================================
--- src/mainboard/amd/serengeti_cheetah/Kconfig	(Revision 4577)
+++ src/mainboard/amd/serengeti_cheetah/Kconfig	(Arbeitskopie)
@@ -189,7 +189,7 @@
 	depends on BOARD_AMD_SERENGETI_CHEETAH
 
 config PCI_ROM_RUN
-	int
-	default 1
+	bool
+	default y
 	depends on BOARD_AMD_SERENGETI_CHEETAH
 
-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to