Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[oweals/u-boot.git] / arch / x86 / cpu / qemu / qemu.c
index 84fb082077d13ea980ebea7d7c8f9b1dc45261d3..1f93f72dc8dc60c5a6bd42c6e01ad3aaac2d2630 100644 (file)
@@ -64,9 +64,6 @@ int arch_cpu_init(void)
        int ret;
 
        post_code(POST_CPU_INIT);
-#ifdef CONFIG_SYS_X86_TSC_TIMER
-       timer_set_base(rdtsc());
-#endif
 
        ret = x86_cpu_init_f();
        if (ret)