Add (commented) line for VGA blob adding (CBFS version) to simplify things for users...
[coreboot.git] / targets / kontron / 986lcd-m / Config.lb
1 target kontron_986lcd_m
2 mainboard kontron/986lcd-m
3
4 ## ROM_SIZE is the total number of bytes allocated for coreboot use
5 ## (normal AND fallback images and payloads).
6 option ROM_SIZE = 1024 * 1024
7
8 romimage "fallback"
9         option USE_FALLBACK_IMAGE = 1
10         payload ../payload.elf
11 end
12
13 buildrom ./coreboot.rom ROM_SIZE "fallback"
14
15 # Uncomment this and fix the path to your VGA BIOS blob (~/amipci_01.20 here) for on-board VGA support.
16 # See http://www.coreboot.org/Kontron_986LCD-M_mITX for details.
17 # pci_rom ~/amipci_01.20 vendor_id=0x8086 device_id=0x27a2
18