From 113c2013bb185b2931630b869ec9e1cb985542dc Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 30 Oct 2007 23:57:59 +0000 Subject: Various smaller fixes to make the ASUS P2B match the format of all the other boards in this patch series. Add missing PIRQ table to make most devices work. Enable VGA support. Add flashrom flashing protection code. Make CPU init actually work (result: massive speed-up). Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2913 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/asus/p2b/mainboard.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/asus/p2b/mainboard.c') diff --git a/src/mainboard/asus/p2b/mainboard.c b/src/mainboard/asus/p2b/mainboard.c index 529c1c7394..7207e6c844 100644 --- a/src/mainboard/asus/p2b/mainboard.c +++ b/src/mainboard/asus/p2b/mainboard.c @@ -24,4 +24,3 @@ struct chip_operations mainboard_asus_p2b_ops = { CHIP_NAME("ASUS P2B Mainboard") }; - -- cgit v1.2.3