From: Pali Rohár Date: Sat, 27 Aug 2022 12:00:51 +0000 (+0200) Subject: arm: mvebu: Espressobin: When emmc is not present disable it also in OF_LIVE X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=8ac3615e8d73f6be446bc25ae17d4f38f3cbf371;p=u-boot.git arm: mvebu: Espressobin: When emmc is not present disable it also in OF_LIVE Signed-off-by: Pali Rohár Reviewed-by: Stefan Roese --- diff --git a/board/Marvell/mvebu_armada-37xx/board.c b/board/Marvell/mvebu_armada-37xx/board.c index 3e5e0a0b5c..c6ecc323bb 100644 --- a/board/Marvell/mvebu_armada-37xx/board.c +++ b/board/Marvell/mvebu_armada-37xx/board.c @@ -132,6 +132,8 @@ int board_late_init(void) dev = mmc_dev->dev; device_remove(dev, DM_REMOVE_NORMAL); device_unbind(dev); + if (of_live_active()) + ofnode_set_enabled(dev_ofnode(dev), false); } /* Ensure that 'env default -a' set correct value to $fdtfile */