commit | f1000638f4dc44478bc815edfb00db7ec846bbb6 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Mon Dec 21 11:09:10 2020 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Jan 27 07:29:43 2021 +0100 |
tree | 4d51b2a812af3fe1fba550e6b9b2eab8c31f1678 | |
parent | cd36dbaee0d76c2a542b9f80c4754af5f9c86b75 [diff] |
arm: mvebu: Espressobin: Disable slot when emmc is not present This change extends previous commit 061c6d1b238a ("arm: mvebu: Espressobin: Detect presence of emmc at runtime") and when emmc is not present then emmc is removed from U-Boot DM and corresponding slot is disabled. Therefore on Espressobin board without soldered emmc, state of emmc hw should be same as if emmc was disabled in DTS. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>