From 6fdb2ad71668dd5300ffdc6781122997dcaa3456 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Tue, 9 Jul 2019 00:39:50 +0200 Subject: v7a: barebox-rpi2: enable BCM283X_SDHOST Since barebox v2019.06.0 [1], there is now an driver for the sdhost on the RPi 3, and the sdhost/sdhci pin-swapping workaround in the RPi 3 device tree was undone again [2]. Therefore we now need to build the sdhost driver so the RPi 3 barebox can read SD cards again. [1]: barebox commit d6d3d0aecece84afe9eb ("mci: add driver for BCM283x sdhost core") [2]: barebox commit 9036d1db4d4a9a61bcda ("ARM: rpi3: remove swapped sdhci and sdhost") Signed-off-by: Roland Hieber --- configs/platform-v7a/barebox-rpi2.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/platform-v7a/barebox-rpi2.config') diff --git a/configs/platform-v7a/barebox-rpi2.config b/configs/platform-v7a/barebox-rpi2.config index dbdd16a..a5f3432 100644 --- a/configs/platform-v7a/barebox-rpi2.config +++ b/configs/platform-v7a/barebox-rpi2.config @@ -535,7 +535,7 @@ CONFIG_MCI_MMC_BOOT_PARTITIONS=y # # CONFIG_MCI_DW is not set CONFIG_MCI_BCM283X=y -# CONFIG_MCI_BCM283X_SDHOST is not set +CONFIG_MCI_BCM283X_SDHOST=y CONFIG_MCI_MMCI=y # CONFIG_MCI_SPI is not set CONFIG_HAVE_CLK=y -- cgit v1.2.3