summaryrefslogtreecommitdiffstats
path: root/board/freescale/t4rdb/eth.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-05-25 07:19:31 -0400
committerTom Rini <trini@konsulko.com>2016-05-25 07:19:31 -0400
commit826d06dbdd0e29ab0d8bd76d1ca640e2dfdb076c (patch)
tree01a7f2b3f69119bb26e72040ae52f91e32d68adc /board/freescale/t4rdb/eth.c
parentfc15b9beed05dec6cc092c265042381a0eadb0e9 (diff)
parent8ef548d5f13e68e1b3975d9b68920bfa8bf09891 (diff)
downloadblackbird-obmc-uboot-826d06dbdd0e29ab0d8bd76d1ca640e2dfdb076c.tar.gz
blackbird-obmc-uboot-826d06dbdd0e29ab0d8bd76d1ca640e2dfdb076c.zip
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'board/freescale/t4rdb/eth.c')
-rw-r--r--board/freescale/t4rdb/eth.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/freescale/t4rdb/eth.c b/board/freescale/t4rdb/eth.c
index e563a6169a..ae2451e4ba 100644
--- a/board/freescale/t4rdb/eth.c
+++ b/board/freescale/t4rdb/eth.c
@@ -77,6 +77,9 @@ int board_eth_init(bd_t *bis)
puts("Invalid SerDes1 protocol for T4240RDB\n");
}
+ fm_disable_port(FM1_DTSEC5);
+ fm_disable_port(FM1_DTSEC6);
+
for (i = FM1_DTSEC1; i < FM1_DTSEC1 + CONFIG_SYS_NUM_FM1_DTSEC; i++) {
interface = fm_info_get_enet_if(i);
switch (interface) {
@@ -115,6 +118,8 @@ int board_eth_init(bd_t *bis)
puts("Invalid SerDes2 protocol for T4240RDB\n");
}
+ fm_disable_port(FM2_DTSEC5);
+ fm_disable_port(FM2_DTSEC6);
for (i = FM2_DTSEC1; i < FM2_DTSEC1 + CONFIG_SYS_NUM_FM2_DTSEC; i++) {
interface = fm_info_get_enet_if(i);
switch (interface) {
OpenPOWER on IntegriCloud