commit | 9d716339fbb4d3e074aa6dfca795bafd9832a34d | [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 | 9c690314dba9a2860a97f56e6e57f63c8513ddba [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>