diff options
| author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-05-30 14:45:06 +0200 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-05-30 14:45:06 +0200 | 
| commit | a19b0dd62d7b8efc658fa1aa685ff5665878f3ee (patch) | |
| tree | 1fadf0fb3da83203ba28f209ec99e1b33e03f4d5 /board/freescale/corenet_ds/eth_superhydra.c | |
| parent | 60985bba58e7695dac1fddae8cdbb62d8cfd1254 (diff) | |
| parent | a71d45d706a5b51c348160163b6c159632273fed (diff) | |
| download | olio-uboot-2014.01-a19b0dd62d7b8efc658fa1aa685ff5665878f3ee.tar.xz olio-uboot-2014.01-a19b0dd62d7b8efc658fa1aa685ff5665878f3ee.zip | |
Merge branch 'u-boot/master' into 'u-boot-arm/master'
Conflicts:
	common/cmd_fpga.c
	drivers/usb/host/ohci-at91.c
Diffstat (limited to 'board/freescale/corenet_ds/eth_superhydra.c')
| -rw-r--r-- | board/freescale/corenet_ds/eth_superhydra.c | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/board/freescale/corenet_ds/eth_superhydra.c b/board/freescale/corenet_ds/eth_superhydra.c index ef9de25bd..ae0707353 100644 --- a/board/freescale/corenet_ds/eth_superhydra.c +++ b/board/freescale/corenet_ds/eth_superhydra.c @@ -605,8 +605,8 @@ int board_eth_init(bd_t *bis)  	lane = serdes_get_first_lane(XAUI_FM1);  	if (lane >= 0) {  		debug("FM1@TGEC1 expects XAUI in slot %u\n", lane_to_slot[lane]); -		mdio_mux[FM1_10GEC1].mask = BRDCFG1_EMI2_SEL_MASK; -		mdio_mux[FM1_10GEC1].val = BRDCFG1_EMI2_SEL_SLOT2; +		mdio_mux[i].mask = BRDCFG1_EMI2_SEL_MASK; +		mdio_mux[i].val = BRDCFG1_EMI2_SEL_SLOT2;  		super_hydra_mdio_set_mux("SUPER_HYDRA_FM1_TGEC_MDIO",  					mdio_mux[i].mask, mdio_mux[i].val);  	} @@ -704,8 +704,8 @@ int board_eth_init(bd_t *bis)  	lane = serdes_get_first_lane(XAUI_FM2);  	if (lane >= 0) {  		debug("FM2@TGEC1 expects XAUI in slot %u\n", lane_to_slot[lane]); -		mdio_mux[FM2_10GEC1].mask = BRDCFG1_EMI2_SEL_MASK; -		mdio_mux[FM2_10GEC1].val = BRDCFG1_EMI2_SEL_SLOT1; +		mdio_mux[i].mask = BRDCFG1_EMI2_SEL_MASK; +		mdio_mux[i].val = BRDCFG1_EMI2_SEL_SLOT1;  		super_hydra_mdio_set_mux("SUPER_HYDRA_FM2_TGEC_MDIO",  					mdio_mux[i].mask, mdio_mux[i].val);  	} |