From 2b396cdcf268c1c9865c51517461b031f8995917 Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Thu, 18 May 2006 16:54:30 +0000 Subject: add option to decide to use onboard vga or addon card. CONFIG_CONSOLE_VGA_ONBOARD_AT_FIRST git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2308 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/devices/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices') diff --git a/src/devices/device.c b/src/devices/device.c index f64e51d1f6..1b239f9d15 100644 --- a/src/devices/device.c +++ b/src/devices/device.c @@ -413,7 +413,7 @@ static void allocate_vga_resource(void) vga = vga_first; } -#if 1 +#if CONFIG_CONSOLE_VGA_ONBOARD_AT_FIRST == 1 if (vga_onboard) // will use on board vga as pri #else if (!vga) // will use last add on adapter as pri -- cgit v1.2.3