aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/apple/macbookair4_2
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2015-10-10 14:21:36 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2015-10-11 10:06:10 +0000
commitd57fb2d97bd89a61b5e9c7797414f2c9096a4003 (patch)
tree85ba3e1bcd6ef7d52188d4b3c686952bb4ef8cc4 /src/mainboard/apple/macbookair4_2
parent8289319f4222b0892845d557f0dfbd2152bab192 (diff)
mba4,2: Fix requested vgabios output.
Change-Id: I036c2c300b2aac38b2c30ab86623c9c46b3c5c98 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/11850 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/apple/macbookair4_2')
-rw-r--r--src/mainboard/apple/macbookair4_2/mainboard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/apple/macbookair4_2/mainboard.c b/src/mainboard/apple/macbookair4_2/mainboard.c
index a6acc858c1..8b3b2848cd 100644
--- a/src/mainboard/apple/macbookair4_2/mainboard.c
+++ b/src/mainboard/apple/macbookair4_2/mainboard.c
@@ -42,8 +42,7 @@ static void mainboard_enable(device_t dev)
{
dev->ops->init = mainboard_init;
- /* FIXME: fix those values*/
- install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_INT_LVDS, GMA_INT15_PANEL_FIT_DEFAULT, GMA_INT15_BOOT_DISPLAY_DEFAULT, 0);
+ install_intel_vga_int15_handler(GMA_INT15_ACTIVE_LFP_EDP, GMA_INT15_PANEL_FIT_DEFAULT, GMA_INT15_BOOT_DISPLAY_DEFAULT, 0);
}
struct chip_operations mainboard_ops = {