]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/baytrail/valleyview.c
x86: Convert to use driver model timer
[u-boot] / arch / x86 / cpu / baytrail / valleyview.c
index 215e0d0e2d447e30cd34611142748cfdbcdf080d..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)
@@ -65,3 +62,9 @@ int reserve_arch(void)
 #endif
 }
 #endif
+
+void reset_cpu(ulong addr)
+{
+       /* cold reset */
+       x86_full_reset();
+}