diff options
author | wdenk <wdenk> | 2004-02-26 23:01:04 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-02-26 23:01:04 +0000 |
commit | 0c852a2886fb51222f8fb07e6cde3b72fa4e566d (patch) | |
tree | 76e7c8a736d52540e0ec384be89693bfe330842d /include/configs | |
parent | a084f7da880504a28dc13725148464b8e556c69d (diff) | |
download | u-boot-imx-0c852a2886fb51222f8fb07e6cde3b72fa4e566d.zip u-boot-imx-0c852a2886fb51222f8fb07e6cde3b72fa4e566d.tar.gz u-boot-imx-0c852a2886fb51222f8fb07e6cde3b72fa4e566d.tar.bz2 |
* 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/configs')
-rw-r--r-- | include/configs/incaip.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/incaip.h b/include/configs/incaip.h index c90ac65..2180607 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 |