Add (commented) line for VGA blob adding (CBFS version) to simplify things for users a bit.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4352 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
6ce41c06cc
commit
e8c6f86b80
|
@ -11,3 +11,8 @@ romimage "fallback"
|
||||||
end
|
end
|
||||||
|
|
||||||
buildrom ./coreboot.rom ROM_SIZE "fallback"
|
buildrom ./coreboot.rom ROM_SIZE "fallback"
|
||||||
|
|
||||||
|
# Uncomment this and fix the path to your VGA BIOS blob (~/amipci_01.20 here) for on-board VGA support.
|
||||||
|
# See http://www.coreboot.org/Kontron_986LCD-M_mITX for details.
|
||||||
|
# pci_rom ~/amipci_01.20 vendor_id=0x8086 device_id=0x27a2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue