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/ocotea.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/ocotea.h')
-rw-r--r-- | include/configs/ocotea.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/configs/ocotea.h b/include/configs/ocotea.h index 2b0f687..05a575b 100644 --- a/include/configs/ocotea.h +++ b/include/configs/ocotea.h @@ -211,8 +211,14 @@ #define CONFIG_PHY1_ADDR 2 #define CONFIG_PHY2_ADDR 0x10 #define CONFIG_PHY3_ADDR 0x18 +#define CONFIG_HAS_ETH0 +#define CONFIG_HAS_ETH1 +#define CONFIG_HAS_ETH2 +#define CONFIG_HAS_ETH3 #define CONFIG_CIS8201_PHY 1 /* Enable 'special' RGMII mode for Cicada phy */ #define CONFIG_PHY_GIGE 1 /* Include GbE speed/duplex detection */ +#define CONFIG_PHY_RESET 1 /* reset phy upon startup */ +#define CONFIG_PHY_RESET_DELAY 1000 #define CONFIG_COMMANDS (CONFIG_CMD_DFL | \ CFG_CMD_ASKENV | \ @@ -256,7 +262,7 @@ #define CFG_LOAD_ADDR 0x100000 /* default load address */ #define CFG_EXTBDINFO 1 /* To use extended board_into (bd_t) */ -#define CFG_HZ 100 /* decrementer freq: 1 ms ticks */ +#define CFG_HZ 1000 /* decrementer freq: 1 ms ticks */ #define CONFIG_AUTO_COMPLETE 1 /* add autocompletion support */ #define CONFIG_LOOPW 1 /* enable loopw command */ |