commit | 5c47bf7195767d45049fd2482bc75fccbbfe7055 | [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 | cd71c7597a105d03b2b6b868452e0b176185307e [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>