aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/tangier/tangier.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/cpu/tangier/tangier.c')
-rw-r--r--arch/x86/cpu/tangier/tangier.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/cpu/tangier/tangier.c b/arch/x86/cpu/tangier/tangier.c
index 0a15e64..df2c600 100644
--- a/arch/x86/cpu/tangier/tangier.c
+++ b/arch/x86/cpu/tangier/tangier.c
@@ -4,7 +4,6 @@
*/
#include <common.h>
-#include <asm/scu.h>
#include <asm/u-boot-x86.h>
/*
@@ -24,8 +23,3 @@ int print_cpuinfo(void)
{
return default_print_cpuinfo();
}
-
-void reset_cpu(ulong addr)
-{
- scu_ipc_simple_command(IPCMSG_COLD_RESET, 0);
-}