diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-12 00:22:49 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-08-12 00:22:49 +0200 |
commit | dafba16e6fc1837381c8e74c4891ad6965cf54ab (patch) | |
tree | aada3eb0493d66feda509795bf1e0e4264d78a7d /include/configs/bubinga.h | |
parent | 8f79e4c2da54cea11bb576870059fc1ba8847ccb (diff) | |
parent | 84286386a891633aae770bff24189c16a2546ed0 (diff) | |
download | u-boot-imx-dafba16e6fc1837381c8e74c4891ad6965cf54ab.zip u-boot-imx-dafba16e6fc1837381c8e74c4891ad6965cf54ab.tar.gz u-boot-imx-dafba16e6fc1837381c8e74c4891ad6965cf54ab.tar.bz2 |
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'include/configs/bubinga.h')
-rw-r--r-- | include/configs/bubinga.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/configs/bubinga.h b/include/configs/bubinga.h index c745195..bc5aaf8 100644 --- a/include/configs/bubinga.h +++ b/include/configs/bubinga.h @@ -127,6 +127,10 @@ #define CONFIG_MII 1 /* MII PHY management */ #define CONFIG_PHY_ADDR 1 /* PHY address */ +#define CONFIG_HAS_ETH1 +#define CONFIG_PHY1_ADDR 2 /* EMAC1 PHY address */ +#define CONFIG_NET_MULTI 1 +#define CFG_RX_ETH_BUFFER 16 /* Number of ethernet rx buffers & descriptors */ #define CONFIG_RTC_DS174x 1 /* use DS1743 RTC in Bubinga */ @@ -199,8 +203,6 @@ #define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */ #define CONFIG_VERSION_VARIABLE 1 /* include version env variable */ -#define CFG_RX_ETH_BUFFER 16 /* Number of ethernet rx buffers & descriptors */ - /*----------------------------------------------------------------------- * I2C stuff *----------------------------------------------------------------------- |