aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-07-07 11:22:37 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-07-08 12:04:20 +0900
commit689c1b30caacba3fbca0b1813facb3ab70b6cd63 (patch)
tree490fae6aeb7e0d429a9b1aa2263aa78172bff05a /include
parent9e23fe0560b84e324dc5f0ff8813dab2aa34f074 (diff)
sh: Fix compile error sh7763rdp board
Disable SH ether driver. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sh7763rdp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/sh7763rdp.h b/include/configs/sh7763rdp.h
index d537071a0..7713eaaf5 100644
--- a/include/configs/sh7763rdp.h
+++ b/include/configs/sh7763rdp.h
@@ -38,11 +38,7 @@
#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"
@@ -66,12 +62,6 @@
#define CFG_BAUDRATE_TABLE { 115200 } /* List of legal baudrate
settings for this board */
-/* Ethernet */
-#define CONFIG_SH_ETHER 1
-#define CONFIG_SH_ETHER_USE_PORT (1)
-#define CONFIG_SH_ETHER_PHY_ADDR (0x01)
-#define CFG_RX_ETH_BUFFER (8)
-
/* SDRAM */
#define CFG_SDRAM_BASE (0x8C000000)
#define CFG_SDRAM_SIZE (64 * 1024 * 1024)