[U-Boot] [PATCH] ppc4xx: Fix APC405 board support
Matthias Fuchs
matthias.fuchs at esd.eu
Wed Aug 25 17:02:28 CEST 2010
Opps, after a long time I tested recent u-boot on our
APC405 board. This simple fix makes networking work again.
Signed-off-by: Matthias Fuchs <matthias.fuchs at esd.eu>
---
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
--
1.6.1
More information about the U-Boot
mailing list