diff options
author | Wolfgang Denk <wd@denx.de> | 2010-09-07 21:52:29 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-09-07 21:52:29 +0200 |
commit | c0026fc58145724f2604aca1797189f453da4a7a (patch) | |
tree | fd6ea44dc773653797d1a00896c39453c29e3e70 /include/configs | |
parent | 1b43b5d7a637b3da97304724c9a7ddfd0d9c0f76 (diff) | |
parent | f3cac5384074f3c20b5bcbbdbccbe1e2e25ffc76 (diff) | |
download | u-boot-imx-c0026fc58145724f2604aca1797189f453da4a7a.zip u-boot-imx-c0026fc58145724f2604aca1797189f453da4a7a.tar.gz u-boot-imx-c0026fc58145724f2604aca1797189f453da4a7a.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/APC405.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/APC405.h b/include/configs/APC405.h index 20849bc..a7724ad 100644 --- a/include/configs/APC405.h +++ b/include/configs/APC405.h @@ -104,6 +104,7 @@ #define CONFIG_NET_MULTI 1 #undef CONFIG_HAS_ETH1 +#define CONFIG_PPC4xx_EMAC #define CONFIG_MII 1 /* MII PHY management */ #define CONFIG_PHY_ADDR 0 /* PHY address */ #define CONFIG_LXT971_NO_SLEEP 1 |