diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-23 23:03:20 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-23 23:03:20 +0200 |
commit | ec2e5a2ccea77102ba7357d31d5670b4467967d3 (patch) | |
tree | c6d27b5e69309850a0d45b9899f823fb0227bea4 /include/configs/bamboo.h | |
parent | 2ac4785c2fc5289780f63a00d9b9a75dd658b15e (diff) | |
parent | d6c61aabc49c22a5c040f046fdc04dc478ed071f (diff) |
Merge with testing-4xx_enet (Create generic 4xx Ethernet code)
Diffstat (limited to 'include/configs/bamboo.h')
-rw-r--r-- | include/configs/bamboo.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/bamboo.h b/include/configs/bamboo.h index 64ea6bef91..910de67efd 100644 --- a/include/configs/bamboo.h +++ b/include/configs/bamboo.h @@ -275,15 +275,13 @@ #define CONFIG_MII 1 /* MII PHY management */ #define CONFIG_PHY_ADDR 0 /* PHY address, See schematics */ +#define CONFIG_PHY1_ADDR 1 #ifndef CONFIG_BAMBOO_NAND #define CONFIG_NET_MULTI 1 /* required for netconsole */ -#define CONFIG_PHY1_ADDR 1 #define CONFIG_HAS_ETH1 1 /* add support for "eth1addr" */ #endif /* CONFIG_BAMBOO_NAND */ -#define CONFIG_NO_PHY_RESET 1 /* no PHY reset on bamboo!!! */ - #define CFG_RX_ETH_BUFFER 32 /* Number of ethernet rx buffers & descriptors */ /* Partitions */ |