diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2016-10-16 17:20:35 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-10-24 20:30:56 +0200 |
commit | a6b0fc9d7c000cd1aaf343d88b8c0dd7b79b5d19 (patch) | |
tree | 5f63ef9e4cc65be3ce6fb9717971c39dd467f742 /src | |
parent | 5965cba3dc1fc48b1a1734fc21c05950ccc7cc4f (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/northbridge/intel/i945/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/northbridge/intel/i945/Kconfig b/src/northbridge/intel/i945/Kconfig index 6e8d35bdac..e68a01af6e 100644 --- a/src/northbridge/intel/i945/Kconfig +++ b/src/northbridge/intel/i945/Kconfig @@ -38,7 +38,8 @@ config BOOTBLOCK_NORTHBRIDGE_INIT config VGA_BIOS_ID string - default "8086,27a2" + default "8086,27a2" if NORTHBRIDGE_INTEL_SUBTYPE_I945GM + default "8086,2772" if NORTHBRIDGE_INTEL_SUBTYPE_I945GC config CHANNEL_XOR_RANDOMIZATION bool |