Re: [U-Boot] [PATCH] embest/mx6boards: only toggle eMMC usdhc3 RST line on MarSboard

2014-08-13 Thread Stefano Babic
Hi Ian, On 10/06/2014 00:08, Iain Paton wrote: On MarS usdhc3 is eMMC, on RIoT usdhc3 is uSD and eMMC is usdhc4. Don't run the MarS specific eMMC reset code on usdhc3 when board_type == BOARD_IS_RIOTBOARD Signed-off-by: Iain Paton ipat...@gmail.com ---

[U-Boot] [PATCH] embest/mx6boards: only toggle eMMC usdhc3 RST line on MarSboard

2014-06-09 Thread Iain Paton
On MarS usdhc3 is eMMC, on RIoT usdhc3 is uSD and eMMC is usdhc4. Don't run the MarS specific eMMC reset code on usdhc3 when board_type == BOARD_IS_RIOTBOARD Signed-off-by: Iain Paton ipat...@gmail.com --- board/embest/mx6boards/mx6boards.c | 1 + 1 file changed, 1 insertion(+) diff --git