]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/cpu.c
x86: ivybridge: Move LPC and PCH init into northbridge probe()
[u-boot] / arch / x86 / cpu / cpu.c
index 1707993409875e3ea8c9496c7e4c23b8b47cd53c..381d83526fbf63612f0fa8d27197a8e8af2fed6a 100644 (file)
@@ -399,6 +399,11 @@ int x86_cpu_init_f(void)
                }
        }
 
+#ifdef CONFIG_I8254_TIMER
+       /* Set up the i8254 timer if required */
+       i8254_init();
+#endif
+
        return 0;
 }