From: Matthias Fuchs Date: Wed, 25 Aug 2010 15:02:28 +0000 (+0200) Subject: ppc4xx: Fix APC405 board support X-Git-Tag: v2025.01-rc5-pxa1908~20103^2~2 X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=38570b2ff3b618892b7b7f2d4c80f5b79d49018f;p=u-boot.git ppc4xx: Fix APC405 board support 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 Signed-off-by: Stefan Roese --- diff --git a/include/configs/APC405.h b/include/configs/APC405.h index 20849bc685..a7724adb42 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