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:
parent
23836e2345
commit
7bb34db21a
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue