]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/baytrail/valleyview.c
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / arch / x86 / cpu / baytrail / valleyview.c
index a009c14bd9b75a268fc61b562079b6a0759a34d5..9b30451b28e7ab95e8a8e3fc3ec6bafe0394416f 100644 (file)
@@ -28,9 +28,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)