summaryrefslogtreecommitdiffstats
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, 6 insertions, 0 deletions
diff --git a/arch/sh/cpu/sh2/cpu.c b/arch/sh/cpu/sh2/cpu.c
index a2f856f459..9a93cf573f 100644
--- a/arch/sh/cpu/sh2/cpu.c
+++ b/arch/sh/cpu/sh2/cpu.c
@@ -83,3 +83,9 @@ 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);
+}
OpenPOWER on IntegriCloud