aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/cpu/braswell/braswell.c')
-rw-r--r--arch/x86/cpu/braswell/braswell.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/cpu/braswell/braswell.c b/arch/x86/cpu/braswell/braswell.c
index 32a6a5e5a8..7a83b06005 100644
--- a/arch/x86/cpu/braswell/braswell.c
+++ b/arch/x86/cpu/braswell/braswell.c
@@ -27,9 +27,3 @@ int arch_misc_init(void)
27 27
28 return 0; 28 return 0;
29} 29}
30
31void reset_cpu(ulong addr)
32{
33 /* cold reset */
34 x86_full_reset();
35}