diff options
author | Leah Woods <info@minifree.org> | 2016-05-16 12:23:16 +0100 |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-16 12:28:21 +0100 |
commit | a9fe29f076ae5e73730c0d80e1a9ce9cb6517404 (patch) | |
tree | b2b106bd637224834a5e57a220b543fe0282f1d6 /resources/libreboot/config/grub/macbook21 | |
parent | 5c205cc981a2fd7128843fe1865442fa43cae73e (diff) | |
download | librebootfr-a9fe29f076ae5e73730c0d80e1a9ce9cb6517404.tar.gz librebootfr-a9fe29f076ae5e73730c0d80e1a9ce9cb6517404.zip |
update configs (fix build errors)
Diffstat (limited to 'resources/libreboot/config/grub/macbook21')
-rw-r--r-- | resources/libreboot/config/grub/macbook21/config | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/resources/libreboot/config/grub/macbook21/config b/resources/libreboot/config/grub/macbook21/config index 7f46fbff..e59e9ee3 100644 --- a/resources/libreboot/config/grub/macbook21/config +++ b/resources/libreboot/config/grub/macbook21/config @@ -249,11 +249,17 @@ CONFIG_NORTHBRIDGE_INTEL_SUBTYPE_I945GM=y CONFIG_CHANNEL_XOR_RANDOMIZATION=y # CONFIG_OVERRIDE_CLOCK_DISABLE is not set # CONFIG_CHECK_SLFRCS_ON_RESUME is not set +# CONFIG_VRAM_SIZE_1MB is not set +# CONFIG_VRAM_SIZE_4MB is not set +# CONFIG_VRAM_SIZE_8MB is not set +# CONFIG_VRAM_SIZE_16MB is not set +# CONFIG_VRAM_SIZE_32MB is not set +# CONFIG_VRAM_SIZE_48MB is not set +CONFIG_VRAM_SIZE_64MB=y +CONFIG_VRAM_SIZE=0x70 CONFIG_HPET_ADDRESS=0xfed00000 CONFIG_HPET_MIN_TICKS=0x80 CONFIG_MAX_PIRQ_LINKS=4 -CONFIG_VRAM_SIZE_64MB=y -CONFIG_VRAM_SIZE=0x70 # # Southbridge |