summaryrefslogtreecommitdiff
path: root/include/configs/mx6sxsabresd.h
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-08-05 20:00:12 -0700
committerYe Li <ye.li@nxp.com>2018-08-05 20:12:07 -0700
commit41b5bf227914dacc215126bc2eec55ae8f421f38 (patch)
tree14f19af10d9de690de34ef797816bb81ce677db9 /include/configs/mx6sxsabresd.h
parente8bc2dd02211b6bc79f8c6563d79dbf3997ae1df (diff)
MLK-19127 mx6sxsabresd: Change prime ethernet port to eth0
All previous u-boot versions use eth0 as the prime ethernet port on iMX6SX SDB board. But this default configuration is modified to eth1 when upgrading to v2017.03. Change it back to align previous setting. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 1f128fdba8399878243444e71646f941a6ca9649)
Diffstat (limited to 'include/configs/mx6sxsabresd.h')
-rw-r--r--include/configs/mx6sxsabresd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index a58c20870f..b4a314be2e 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -217,7 +217,7 @@
#define CONFIG_FEC_MXC
#define CONFIG_MII
-#define CONFIG_FEC_ENET_DEV 1
+#define CONFIG_FEC_ENET_DEV 0
#if (CONFIG_FEC_ENET_DEV == 0)
#define IMX_FEC_BASE ENET_BASE_ADDR