mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
fixed epia with vgabios
This commit is contained in:
parent
b8097a015b
commit
0086a65df9
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ do_vgabios(void)
|
||||||
|
|
||||||
#ifdef VGABIOS_START
|
#ifdef VGABIOS_START
|
||||||
// Use VGA BIOS blob at specified address
|
// Use VGA BIOS blob at specified address
|
||||||
// rom = VGABIOS_START;
|
rom = VGABIOS_START;
|
||||||
#else
|
#else
|
||||||
pci_read_config_dword(dev, PCI_ROM_ADDRESS, &rom);
|
pci_read_config_dword(dev, PCI_ROM_ADDRESS, &rom);
|
||||||
// paranoia
|
// paranoia
|
||||||
|
|
Loading…
Add table
Reference in a new issue