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.diff | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/platform-v7a/barebox-rpi2.config.diff') diff --git a/configs/platform-v7a/barebox-rpi2.config.diff b/configs/platform-v7a/barebox-rpi2.config.diff index 3445342..e754b69 100644 --- a/configs/platform-v7a/barebox-rpi2.config.diff +++ b/configs/platform-v7a/barebox-rpi2.config.diff @@ -4,6 +4,7 @@ CONFIG_DRIVER_SERIAL_NS16550=y CONFIG_MACH_RPI2=y CONFIG_MALLOC_SIZE=0x400000 CONFIG_MCI_BCM283X=y +CONFIG_MCI_BCM283X_SDHOST=y CONFIG_MCI_MMC_BOOT_PARTITIONS=y CONFIG_NVMEM=y # CONFIG_NVMEM_SNVS_LPGPR is not set -- cgit v1.2.3