don't leave VGA disabled by default on thomson ip1000

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5443 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2010-04-15 12:41:11 +00:00 committed by Stefan Reinauer
parent 23836e2345
commit 7bb34db21a
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ static int int15_handler(void)
switch (M.x86.R_AX) {
case 0x5f35: /* Boot Display */
M.x86.R_AX = 0x005f; // Success
M.x86.R_CL = BOOT_DISPLAY_TV2;
//M.x86.R_CL = BOOT_DISPLAY_DEFAULT;
//M.x86.R_CL = BOOT_DISPLAY_TV2;
M.x86.R_CL = BOOT_DISPLAY_DEFAULT;
break;
case 0x5f36: /* Boot TV Format Hook */
printk(BIOS_DEBUG, "Boot TV Format Hook. TODO\n");