]> git.sur5r.net Git - u-boot/blobdiff - arch/sh/cpu/sh3/cpu.c
sh: Fix build errors for generic board
[u-boot] / arch / sh / cpu / sh3 / cpu.c
index ea0006a6505247365e73c0b65a597b709b72bdd8..494f908f64e158d9721b6ad68384a387820f2d7d 100644 (file)
@@ -66,3 +66,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);
+}