From 0912f86887a1138244d099a43fc49aa7cf931bf0 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Tue, 7 Mar 2017 12:13:05 +0800 Subject: MLK-14366 mx6sllevk: Update board codes to align with v2016.03 Update mx6sll EVK board codes for features: 1. Add SD/MMC dynamical device detect. 2. Add wdog set for kernel. 3. Add mfgtool environments. 4. Modify SD/MMC environment offset. Signed-off-by: Ye Li --- board/freescale/mx6sllevk/mx6sllevk.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'board/freescale') diff --git a/board/freescale/mx6sllevk/mx6sllevk.c b/board/freescale/mx6sllevk/mx6sllevk.c index c0ad89b..26d5979 100644 --- a/board/freescale/mx6sllevk/mx6sllevk.c +++ b/board/freescale/mx6sllevk/mx6sllevk.c @@ -200,8 +200,14 @@ int board_init(void) int board_late_init(void) { +#ifdef CONFIG_ENV_IS_IN_MMC + board_late_mmc_env_init(); +#endif + imx_iomux_v3_setup_multiple_pads(wdog_pads, ARRAY_SIZE(wdog_pads)); + set_wdog_reset((struct wdog_regs *)WDOG1_BASE_ADDR); + return 0; } -- cgit v1.1