diff options
author | Leah Woods <info@minifree.org> | 2016-05-16 07:23:16 (EDT) |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-16 07:28:21 (EDT) |
commit | a9fe29f076ae5e73730c0d80e1a9ce9cb6517404 (patch) | |
tree | b2b106bd637224834a5e57a220b543fe0282f1d6 /resources/libreboot/config/grub/t60 | |
parent | 5c205cc981a2fd7128843fe1865442fa43cae73e (diff) | |
download | libreboot-a9fe29f076ae5e73730c0d80e1a9ce9cb6517404.zip libreboot-a9fe29f076ae5e73730c0d80e1a9ce9cb6517404.tar.gz libreboot-a9fe29f076ae5e73730c0d80e1a9ce9cb6517404.tar.bz2 |
update configs (fix build errors)
Diffstat (limited to 'resources/libreboot/config/grub/t60')
-rw-r--r-- | resources/libreboot/config/grub/t60/config | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/resources/libreboot/config/grub/t60/config b/resources/libreboot/config/grub/t60/config index 7833a15..f22eec2 100644 --- a/resources/libreboot/config/grub/t60/config +++ b/resources/libreboot/config/grub/t60/config @@ -259,11 +259,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 |