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 <[email protected]> Acked-by: Patrick Georgi <[email protected]> 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; -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

