mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-14 14:19:39 +00:00
Fix incorrect aperture size
This commit is contained in:
parent
31e0ce4d10
commit
9a3e298a7e
@ -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…
Reference in New Issue
Block a user