From 698c0e0e5aa0492ce9ecedce787d452e87adc6eb Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 25 Aug 2009 17:38:24 +0000 Subject: Make PCI_ROM_RUN a boolean (like it is elsewhere) which is the correct choice. Avoids type problems in kconfig Signed-off-by: Patrick Georgi Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4580 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 32febc97bb..e1789b20a2 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -85,8 +85,8 @@ config LOGICAL_CPUS default 1 config PCI_ROM_RUN - int - default 0 + bool + default n config HT_CHAIN_UNITID_BASE int -- cgit v1.2.3