summaryrefslogtreecommitdiffstats
path: root/include/configs/sh7763rdp.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>2008-08-08 16:30:23 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-08-09 01:06:29 +0900
commitba9324451b662dd393afa53e5cc36fc5d3d10966 (patch)
treeb75efcdb666d53a039d411f10a5bbefcf4f9a1f2 /include/configs/sh7763rdp.h
parent81091f58f0c58ecd26c5b05de2ae20ca6cdb521c (diff)
downloadblackbird-obmc-uboot-ba9324451b662dd393afa53e5cc36fc5d3d10966.tar.gz
blackbird-obmc-uboot-ba9324451b662dd393afa53e5cc36fc5d3d10966.zip
sh: Update sh7763rdp config
Add sh_eth support to sh7763rdp. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Diffstat (limited to 'include/configs/sh7763rdp.h')
-rw-r--r--include/configs/sh7763rdp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/sh7763rdp.h b/include/configs/sh7763rdp.h
index 7713eaaf59..5a6566320a 100644
--- a/include/configs/sh7763rdp.h
+++ b/include/configs/sh7763rdp.h
@@ -38,7 +38,11 @@
#define CONFIG_CMD_SDRAM
#define CONFIG_CMD_FLASH
#define CONFIG_CMD_MEMORY
+#define CONFIG_CMD_NET
+#define CONFIG_CMD_PING
#define CONFIG_CMD_ENV
+#define CONFIG_CMD_NFS
+#define CONFIG_CMD_JFFS2
#define CONFIG_BOOTDELAY -1
#define CONFIG_BOOTARGS "console=ttySC2,115200 root=1f01"
@@ -113,4 +117,9 @@
#define TMU_CLK_DIVIDER (4) /* 4 (default), 16, 64, 256 or 1024 */
#define CFG_HZ (CONFIG_SYS_CLK_FREQ / TMU_CLK_DIVIDER)
+/* Ether */
+#define CONFIG_SH_ETHER 1
+#define CONFIG_SH_ETHER_USE_PORT (1)
+#define CONFIG_SH_ETHER_PHY_ADDR (0x01)
+
#endif /* __SH7763RDP_H */
OpenPOWER on IntegriCloud