[coreboot] [commit] r5501 - trunk/src/northbridge/via/cx700

repository service svn at coreboot.org
Mon Apr 26 08:59:07 CEST 2010


Author: oxygene
Date: Mon Apr 26 08:59:07 2010
New Revision: 5501
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5501

Log:
Set success flag in cx700 int15 handler

Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>

Modified:
   trunk/src/northbridge/via/cx700/cx700_vga.c

Modified: trunk/src/northbridge/via/cx700/cx700_vga.c
==============================================================================
--- trunk/src/northbridge/via/cx700/cx700_vga.c	Sun Apr 25 23:44:33 2010	(r5500)
+++ trunk/src/northbridge/via/cx700/cx700_vga.c	Mon Apr 26 08:59:07 2010	(r5501)
@@ -114,7 +114,7 @@
 		if (mem_speed > 5)
 			mem_speed = 5;
 
-		regs->ebx |= memory_mapping[mem_speed]; break;
+		regs->ebx |= memory_mapping[mem_speed];
 
 		res=0;
 		break;




More information about the coreboot mailing list