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 <patrick.georgi@coresystems.de>
Acked-by: Myles Watson <mylesgw@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4580 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi 2009-08-25 17:38:24 +00:00
parent 2389cfe8a7
commit 698c0e0e5a
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -189,7 +189,7 @@ config CONSOLE_VGA
depends on BOARD_AMD_SERENGETI_CHEETAH
config PCI_ROM_RUN
int
default 1
bool
default y
depends on BOARD_AMD_SERENGETI_CHEETAH