summaryrefslogtreecommitdiff
path: root/arch/sh/cpu/sh2/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/cpu/sh2/cpu.c')
-rw-r--r--arch/sh/cpu/sh2/cpu.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/cpu/sh2/cpu.c b/arch/sh/cpu/sh2/cpu.c
index 9a93cf573f..a2f856f459 100644
--- a/arch/sh/cpu/sh2/cpu.c
+++ b/arch/sh/cpu/sh2/cpu.c
@@ -83,9 +83,3 @@ int dcache_status(void)
{
return 0;
}
-
-void relocate_code(ulong start_addr_sp, gd_t *new_gd, ulong relocaaddr)
-{
- /* TODO(sh maintainer): Implement this */
- while (1);
-}