summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/braswell
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-07-20 19:31:30 -0400
committerTom Rini <trini@konsulko.com>2018-07-20 19:31:30 -0400
commite0ed8332fa2fe684b4c8ba1caab991663730cbf0 (patch)
tree7bde5ed3ba674f63b670b76db60299dace3cc832 /arch/x86/cpu/braswell
parent0dd1fc09bb16869fd8adaaad082cd554c60b2c1a (diff)
parent05855fd31a3f7483534aabe69a7030ff38978510 (diff)
Merge git://git.denx.de/u-boot-x86
Diffstat (limited to 'arch/x86/cpu/braswell')
-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)
return 0;
}
-
-void reset_cpu(ulong addr)
-{
- /* cold reset */
- x86_full_reset();
-}