mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-13 21:52:43 +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;
|
||||
} framebuffer;
|
||||
|
||||
#define CIRRUS_APERTURE_SIZE 0x200000
|
||||
#define CIRRUS_APERTURE_SIZE 0x1000000
|
||||
|
||||
enum
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user