summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/sc520/sc520.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/cpu/sc520/sc520.c')
-rw-r--r--arch/x86/cpu/sc520/sc520.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/cpu/sc520/sc520.c b/arch/x86/cpu/sc520/sc520.c
index edc1a5c0f2..8c410a2337 100644
--- a/arch/x86/cpu/sc520/sc520.c
+++ b/arch/x86/cpu/sc520/sc520.c
@@ -65,13 +65,3 @@ int cpu_init_r(void)
return x86_cpu_init_r();
}
-#ifdef CONFIG_SYS_SC520_RESET
-void reset_cpu(ulong addr)
-{
- printf("Resetting using SC520 MMCR\n");
- /* Write a '1' to the SYS_RST of the RESCFG MMCR */
- writeb(0x01, &sc520_mmcr->rescfg);
-
- /* NOTREACHED */
-}
-#endif