summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-02-26 23:01:04 +0000
committerwdenk <wdenk>2004-02-26 23:01:04 +0000
commit0c852a2886fb51222f8fb07e6cde3b72fa4e566d (patch)
tree76e7c8a736d52540e0ec384be89693bfe330842d /include
parenta084f7da880504a28dc13725148464b8e556c69d (diff)
downloadtalos-obmc-uboot-0c852a2886fb51222f8fb07e6cde3b72fa4e566d.tar.gz
talos-obmc-uboot-0c852a2886fb51222f8fb07e6cde3b72fa4e566d.zip
* Patch by Rahul Shanbhag, 19 Feb 2004:
Fixes for for OMAP1610 board: - shift some IRQ specific code to platform.S file - remove duplicatewatchdog reset code from start.S * Make Auto-MDIX Support configurable on INCA-IP board * Fix license for mkimage tool
Diffstat (limited to 'include')
-rw-r--r--include/configs/incaip.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/incaip.h b/include/configs/incaip.h
index c90ac65e9e..218060708d 100644
--- a/include/configs/incaip.h
+++ b/include/configs/incaip.h
@@ -85,7 +85,8 @@
CFG_CMD_ASKENV | \
CFG_CMD_DHCP | \
CFG_CMD_ELF | \
- CFG_CMD_JFFS2 )
+ CFG_CMD_JFFS2 | \
+ CFG_CMD_PING )
#include <cmd_confdefs.h>
/*
@@ -143,6 +144,7 @@
#define CONFIG_INCA_IP_SWITCH
#define CONFIG_NET_MULTI
+#define CONFIG_INCA_IP_SWITCH_AMDIX
#define CFG_JFFS2_FIRST_BANK 1
#define CFG_JFFS2_NUM_BANKS 1
OpenPOWER on IntegriCloud