From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tor Krill Date: Thu, 24 Jun 2010 11:00:25 +0200 Subject: [U-Boot] [PATCH 6/6] Convert rd6281a board to use array of phy addrs In-Reply-To: <1277370025-17281-1-git-send-email-tor@excito.com> References: <1277370025-17281-1-git-send-email-tor@excito.com> Message-ID: <1277370025-17281-7-git-send-email-tor@excito.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Tor Krill --- include/configs/rd6281a.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/rd6281a.h b/include/configs/rd6281a.h index 3d8e25c..01550d1 100644 --- a/include/configs/rd6281a.h +++ b/include/configs/rd6281a.h @@ -176,7 +176,7 @@ #define CONFIG_MV88E61XX_MULTICHIP_ADRMODE #define CONFIG_DIS_AUTO_NEG_SPEED_GMII /*Disable Auto speed negociation */ #define CONFIG_PHY_SPEED _1000BASET /*Force PHYspeed to 1GBPs */ -#define CONFIG_PHY_BASE_ADR 0x0A +#define CONFIG_PHY_ADDRS {0x0A,0x0B} #define CONFIG_ENV_OVERWRITE /* ethaddr can be reprogrammed */ #define CONFIG_RESET_PHY_R /* use reset_phy() to init switch and PHY */ #define CONFIG_MV88E61XX_SWITCH /* Enable MV88E61XX switch driver */ -- 1.7.0.4