summaryrefslogtreecommitdiff
path: root/cpu/sh4/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/sh4/cpu.c')
-rw-r--r--cpu/sh4/cpu.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpu/sh4/cpu.c b/cpu/sh4/cpu.c
index d94e13981..52b6cfd68 100644
--- a/cpu/sh4/cpu.c
+++ b/cpu/sh4/cpu.c
@@ -82,3 +82,11 @@ int dcache_status (void)
{
return 0;
}
+
+int cpu_eth_init(bd_t *bis)
+{
+#ifdef CONFIG_SH_ETHER
+ sh_eth_initialize(bis);
+#endif
+ return 0;
+}