summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-02-23 12:51:50 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:29 +0800
commit46fff9210d161e358a3b2caab5341838cb6596ec (patch)
treeff38ff68169530697a03d92e366c4be87309e953 /board
parent9d1094112c27fec9b0eaef0c09f488c38ee812dd (diff)
downloadu-boot-imx-46fff9210d161e358a3b2caab5341838cb6596ec.zip
u-boot-imx-46fff9210d161e358a3b2caab5341838cb6596ec.tar.gz
u-boot-imx-46fff9210d161e358a3b2caab5341838cb6596ec.tar.bz2
MLK-12434-7: mx6ulevk: dynamic setting mmcdev and mmcroot
Dynamic setting mmcdev and mmcroot for mx6ul evk board. Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 95cf514bb3c17014622bca26cbcbfda31cec861a)
Diffstat (limited to 'board')
-rw-r--r--board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c b/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
index b28ce10..14e4430 100644
--- a/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
+++ b/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c
@@ -680,6 +680,10 @@ int board_late_init(void)
setenv("board_rev", "14X14");
#endif
+#ifdef CONFIG_ENV_IS_IN_MMC
+ board_late_mmc_env_init();
+#endif
+
return 0;
}