summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-02-23 12:50:49 +0800
committerYe Li <ye.li@nxp.com>2016-03-25 13:28:10 +0800
commit3308f3c48c644938c415ead23ed9acedc2fd7981 (patch)
tree9496d70b236e511e7854610f0b7b31b389ec921f /board
parentebb43ae292d43817202b71b25368516887f4686b (diff)
downloadu-boot-imx-3308f3c48c644938c415ead23ed9acedc2fd7981.zip
u-boot-imx-3308f3c48c644938c415ead23ed9acedc2fd7981.tar.gz
u-boot-imx-3308f3c48c644938c415ead23ed9acedc2fd7981.tar.bz2
MLK-12434-6: mx6slevk: dynamic setting mmcdev and mmcroot
Dynamic setting mmcdev and mmcroot for mx6slevk. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/mx6slevk/mx6slevk.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/freescale/mx6slevk/mx6slevk.c b/board/freescale/mx6slevk/mx6slevk.c
index 5241ef9..f814fbe 100644
--- a/board/freescale/mx6slevk/mx6slevk.c
+++ b/board/freescale/mx6slevk/mx6slevk.c
@@ -641,6 +641,14 @@ int board_init(void)
return 0;
}
+int board_late_init(void)
+{
+#ifdef CONFIG_ENV_IS_IN_MMC
+ board_late_mmc_env_init();
+#endif
+ return 0;
+}
+
int checkboard(void)
{
puts("Board: MX6SLEVK\n");