Fix incorrect aperture size
This commit is contained in:
parent
31e0ce4d10
commit
9a3e298a7e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ static struct
|
||||||
grub_pci_device_t dev;
|
grub_pci_device_t dev;
|
||||||
} framebuffer;
|
} framebuffer;
|
||||||
|
|
||||||
#define CIRRUS_APERTURE_SIZE 0x200000
|
#define CIRRUS_APERTURE_SIZE 0x1000000
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue