[U-Boot] [PATCH v2 2/3] ARM: imx6: DHCOM i.MX6 PDK: spl: Add eMMC initialization to SPL code

2019-11-04 Thread sbabic
> In order for 'bmode emmc' to work, the eMMC needs to be initialized in the > SPL. This change initializes the eMMC as BOOT_DEVICE_MMC1 (index=0). > Signed-off-by: Claudius Heine Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ===

[U-Boot] [PATCH v2 2/3] ARM: imx6: DHCOM i.MX6 PDK: spl: Add eMMC initialization to SPL code

2019-10-29 Thread Claudius Heine
In order for 'bmode emmc' to work, the eMMC needs to be initialized in the SPL. This change initializes the eMMC as BOOT_DEVICE_MMC1 (index=0). Signed-off-by: Claudius Heine --- board/dhelectronics/dh_imx6/dh_imx6_spl.c | 26 +++ 1 file changed, 26 insertions(+) diff --git a