9
0
Fork 0

eukrea_cpuimx25: fix PHY address

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Eric Bénard 2012-05-18 09:41:43 +02:00 committed by Sascha Hauer
parent b63352f38a
commit 05787f4a52
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ unsigned long __image_len_section barebox_len = DCD_BAREBOX_SIZE;
static struct fec_platform_data fec_info = {
.xcv_type = RMII,
.phy_addr = 1,
.phy_addr = 0,
};
struct imx_nand_platform_data nand_info = {