diff options
author | Stefan Roese <sr@denx.de> | 2005-08-16 18:18:00 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-08-16 18:18:00 +0200 |
commit | d6c61aabc49c22a5c040f046fdc04dc478ed071f (patch) | |
tree | ea793de701f14cfa4154786c8a240d1d24964ad4 /include/configs/XPEDITE1K.h | |
parent | 98128f389cc318dbd1d597cf8d2d09902cddcb4b (diff) | |
download | u-boot-imx-d6c61aabc49c22a5c040f046fdc04dc478ed071f.zip u-boot-imx-d6c61aabc49c22a5c040f046fdc04dc478ed071f.tar.gz u-boot-imx-d6c61aabc49c22a5c040f046fdc04dc478ed071f.tar.bz2 |
Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.c
now handling all 4xx cpu's.
Patch by Stefan Roese, 16 Aug 2005
Diffstat (limited to 'include/configs/XPEDITE1K.h')
-rw-r--r-- | include/configs/XPEDITE1K.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/XPEDITE1K.h b/include/configs/XPEDITE1K.h index 347bb50..2e0b1a4 100644 --- a/include/configs/XPEDITE1K.h +++ b/include/configs/XPEDITE1K.h @@ -175,6 +175,7 @@ extern void out32(unsigned int, unsigned long); #define CONFIG_PHY3_ADDR 8 /* PHY address phy3 */ #define CONFIG_NET_MULTI 1 #define CONFIG_PHY_GIGE 1 /* Include GbE speed/duplex detection */ +#define CONFIG_PHY_RESET 1 /* reset phy upon startup */ #define CFG_RX_ETH_BUFFER 32 /* Number of ethernet rx buffers & descriptors */ #define CONFIG_HAS_ETH1 1 /* add support for "eth1addr" */ |