From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tor Krill Date: Thu, 24 Jun 2010 09:55:19 +0200 Subject: [U-Boot] [PATCH 4/6] Convert OpenRD board to use array of phy addrs In-Reply-To: <1277366121-14683-1-git-send-email-tor@excito.com> References: <1277366121-14683-1-git-send-email-tor@excito.com> Message-ID: <1277366121-14683-5-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/openrd_base.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/openrd_base.h b/include/configs/openrd_base.h index d2f4502..37574ac 100644 --- a/include/configs/openrd_base.h +++ b/include/configs/openrd_base.h @@ -186,7 +186,7 @@ #define CONFIG_KIRKWOOD_EGIGA /* Enable kirkwood Gbe Controller Driver */ #define CONFIG_SYS_FAULT_ECHO_LINK_DOWN /* detect link using phy */ #define CONFIG_KIRKWOOD_EGIGA_PORTS {1,0} /* enable port 0 only */ -#define CONFIG_PHY_BASE_ADR 0x8 +#define CONFIG_PHY_ADDRS {0x8,0x9} #define CONFIG_ENV_OVERWRITE /* ethaddr can be reprogrammed */ #define CONFIG_RESET_PHY_R /* use reset_phy() to init mv8831116 PHY */ #endif /* CONFIG_CMD_NET */ -- 1.7.0.4