diff options
Diffstat (limited to 'arch/x86/cpu/braswell/braswell.c')
-rw-r--r-- | arch/x86/cpu/braswell/braswell.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/cpu/braswell/braswell.c b/arch/x86/cpu/braswell/braswell.c index 32a6a5e5a8c..7a83b060058 100644 --- a/arch/x86/cpu/braswell/braswell.c +++ b/arch/x86/cpu/braswell/braswell.c @@ -27,9 +27,3 @@ int arch_misc_init(void) return 0; } - -void reset_cpu(ulong addr) -{ - /* cold reset */ - x86_full_reset(); -} |