nb/i945/Kconfig: select the correct VGA_BIOS_ID for 945GC
Change-Id: I48ae27c5460020b9118e6ade1a3e610b542999c7 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/17040 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
5965cba3dc
commit
a6b0fc9d7c
|
@ -38,7 +38,8 @@ config BOOTBLOCK_NORTHBRIDGE_INIT
|
||||||
|
|
||||||
config VGA_BIOS_ID
|
config VGA_BIOS_ID
|
||||||
string
|
string
|
||||||
default "8086,27a2"
|
default "8086,27a2" if NORTHBRIDGE_INTEL_SUBTYPE_I945GM
|
||||||
|
default "8086,2772" if NORTHBRIDGE_INTEL_SUBTYPE_I945GC
|
||||||
|
|
||||||
config CHANNEL_XOR_RANDOMIZATION
|
config CHANNEL_XOR_RANDOMIZATION
|
||||||
bool
|
bool
|
||||||
|
|
Loading…
Reference in New Issue