MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID/MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
should be of type 'hex' instead of 'int'. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@292 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
0259fa57f5
commit
1c9d0fdd71
1 changed files with 2 additions and 2 deletions
|
|
@ -6,14 +6,14 @@ config MAINBOARD_NAME
|
|||
This is the default mainboard name.
|
||||
|
||||
config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
|
||||
int
|
||||
hex
|
||||
default 0x15ad
|
||||
depends BOARD_EMULATION_QEMU_X86
|
||||
help
|
||||
Mainboard specific PCI subsystem vendor ID.
|
||||
|
||||
config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
|
||||
int
|
||||
hex
|
||||
default 0x1976
|
||||
depends BOARD_EMULATION_QEMU_X86
|
||||
help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue