commit | 3079336bb0399fd05ed01cec871833b6559b6730 | [log] [tgz] |
---|---|---|
author | Claudius Heine <ch@denx.de> | Tue Oct 29 13:17:56 2019 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Sun Nov 03 17:04:16 2019 +0100 |
tree | edd0b913e4648cd501f3e71c116e3efbc3c47787 | |
parent | 3378a1eb247a9ab2969b0f9711bfb7998104890c [diff] |
ARM: imx6: DHCOM i.MX6 PDK: spl: Add eMMC initialization to SPL code 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 <ch@denx.de>