x86: Switch to use DM sysreset driver
[oweals/u-boot.git] / arch / x86 / cpu / braswell / braswell.c
index 32a6a5e5a8c5f45ea8a3ac3d6a1f7d53099c3676..7a83b0600580be66b6a6f2f2ce862bfbf808cd1f 100644 (file)
@@ -27,9 +27,3 @@ int arch_misc_init(void)
 
        return 0;
 }
-
-void reset_cpu(ulong addr)
-{
-       /* cold reset */
-       x86_full_reset();
-}