aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ga-6bxe/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gigabyte/ga-6bxe/romstage.c')
-rw-r--r--src/mainboard/gigabyte/ga-6bxe/romstage.c2
1 files changed, 1 insertions, 1 deletions
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();