From 96d8fef5d2151878d96f6b445ec1678a529b4001 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Fri, 14 May 2010 21:29:08 +0000 Subject: ITE IT8671F: Add it8671f_48mhz_clkin(). This fixes serial console on GIGABYTE GA-6BXE. Signed-off-by: Anders Jenbo Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5555 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/gigabyte/ga-6bxe/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/gigabyte/ga-6bxe/romstage.c b/src/mainboard/gigabyte/ga-6bxe/romstage.c index 35ecb9688b..f9b5135402 100644 --- a/src/mainboard/gigabyte/ga-6bxe/romstage.c +++ b/src/mainboard/gigabyte/ga-6bxe/romstage.c @@ -52,7 +52,7 @@ static void main(unsigned long bist) if (bist == 0) early_mtrr_init(); - /* it8671f_48mhz_clkin(); */ + it8671f_48mhz_clkin(); it8671f_enable_serial(SERIAL_DEV, CONFIG_TTYS0_BASE); uart_init(); console_init(); -- cgit v1.2.3