summaryrefslogtreecommitdiff
path: root/board/freescale/mx6ul_14x14_lpddr2_arm2/mx6ul_14x14_lpddr2_arm2.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx6ul_14x14_lpddr2_arm2/mx6ul_14x14_lpddr2_arm2.c')
-rw-r--r--board/freescale/mx6ul_14x14_lpddr2_arm2/mx6ul_14x14_lpddr2_arm2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/freescale/mx6ul_14x14_lpddr2_arm2/mx6ul_14x14_lpddr2_arm2.c b/board/freescale/mx6ul_14x14_lpddr2_arm2/mx6ul_14x14_lpddr2_arm2.c
index 251364d..e37e870 100644
--- a/board/freescale/mx6ul_14x14_lpddr2_arm2/mx6ul_14x14_lpddr2_arm2.c
+++ b/board/freescale/mx6ul_14x14_lpddr2_arm2/mx6ul_14x14_lpddr2_arm2.c
@@ -892,6 +892,12 @@ int board_init(void)
#endif
#ifdef CONFIG_SYS_USE_EIMNOR
+ /*
+ * This function should be invoked after setup_fec,
+ * because ENET2_RX_ER conflicts. However, we rarely need
+ * ENET2_RX_ER for enet, and when use eimnor, we do not
+ * have sd1/sd2, enet is a must to boot kernel and nfsrootfs.
+ */
setup_eimnor();
#endif