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:
parent
2389cfe8a7
commit
698c0e0e5a
|
@ -85,8 +85,8 @@ config LOGICAL_CPUS
|
||||||
default 1
|
default 1
|
||||||
|
|
||||||
config PCI_ROM_RUN
|
config PCI_ROM_RUN
|
||||||
int
|
bool
|
||||||
default 0
|
default n
|
||||||
|
|
||||||
config HT_CHAIN_UNITID_BASE
|
config HT_CHAIN_UNITID_BASE
|
||||||
int
|
int
|
||||||
|
|
|
@ -189,7 +189,7 @@ config CONSOLE_VGA
|
||||||
depends on BOARD_AMD_SERENGETI_CHEETAH
|
depends on BOARD_AMD_SERENGETI_CHEETAH
|
||||||
|
|
||||||
config PCI_ROM_RUN
|
config PCI_ROM_RUN
|
||||||
int
|
bool
|
||||||
default 1
|
default y
|
||||||
depends on BOARD_AMD_SERENGETI_CHEETAH
|
depends on BOARD_AMD_SERENGETI_CHEETAH
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue