On Mon, Oct 13, 2014 at 4:51 AM, Ye.Li wrote:
> int board_mmc_init(bd_t *bis)
> {
> - imx_iomux_v3_setup_multiple_pads(usdhc2_pads,
> ARRAY_SIZE(usdhc2_pads));
> + int i;
> +
> + /*
> +* According to the board_mmc_init() the following map is done:
> +* (U-boot
There are three SD/MMC sockets on mx6slevk boards. Implements the
full support for them.
The default boot socket is USDHC2, so the MMC environment is set
to that device.
Signed-off-by: Ye.Li
---
board/freescale/mx6slevk/mx6slevk.c | 101 --
include/configs/mx6sle
2 matches
Mail list logo