northbridge/via/cn700: Add a default VGA BIOS id
This is the actual PCI Id of the internal graphics. Change-Id: I2a25ed35a5b01de6da905619fa9fce96738d1c0e Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Reviewed-on: https://review.coreboot.org/18895 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
parent
2523dd031c
commit
43156f6625
|
@ -36,3 +36,7 @@ config VIDEO_MB
|
||||||
default 64 if CN700_VIDEO_MB_64MB
|
default 64 if CN700_VIDEO_MB_64MB
|
||||||
default 128 if CN700_VIDEO_MB_128MB
|
default 128 if CN700_VIDEO_MB_128MB
|
||||||
depends on NORTHBRIDGE_VIA_CN700
|
depends on NORTHBRIDGE_VIA_CN700
|
||||||
|
|
||||||
|
config VGA_BIOS_ID
|
||||||
|
string
|
||||||
|
default "1106,3344"
|
||||||
|
|
Loading…
Reference in New Issue