summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi/patches
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-rpi/patches')
-rw-r--r--configs/platform-rpi/patches/barebox-2020.08.1/0001-mci-bcm283x-depend-on-sdhci.patch34
-rw-r--r--configs/platform-rpi/patches/barebox-2020.08.1/series1
2 files changed, 0 insertions, 35 deletions
diff --git a/configs/platform-rpi/patches/barebox-2020.08.1/0001-mci-bcm283x-depend-on-sdhci.patch b/configs/platform-rpi/patches/barebox-2020.08.1/0001-mci-bcm283x-depend-on-sdhci.patch
deleted file mode 100644
index ca36da0..0000000
--- a/configs/platform-rpi/patches/barebox-2020.08.1/0001-mci-bcm283x-depend-on-sdhci.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From f4e43cb3efb3fefe3169a8697a96d8fb72d9e882 Mon Sep 17 00:00:00 2001
-From: Roland Hieber <rhi@pengutronix.de>
-Date: Tue, 15 Sep 2020 12:51:37 +0200
-Subject: [PATCH] mci: bcm283x: depend on sdhci
-
-The driver uses functions defined in sdhci.o, and will fail to build
-otherwise:
-
- drivers/mci/mci-bcm2835.o: in function `bcm2835_mci_request':
- drivers/mci/mci-bcm2835.c:134: undefined reference to `sdhci_set_cmd_xfer_mode'
- arm-v5te-linux-gnueabi-ld: drivers/mci/mci-bcm2835.c:169: undefined reference to `sdhci_read_response'
- arm-v5te-linux-gnueabi-ld: drivers/mci/mci-bcm2835.c:175: undefined reference to `sdhci_transfer_data'
-
-Forwarded: https://www.mail-archive.com/barebox@lists.infradead.org/msg36329.html
-Signed-off-by: Roland Hieber <rhi@pengutronix.de>
----
- drivers/mci/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
-index f7dc5c508912..6fb1c200f43e 100644
---- a/drivers/mci/Kconfig
-+++ b/drivers/mci/Kconfig
-@@ -68,6 +68,7 @@ config MCI_S3C
-
- config MCI_BCM283X
- bool "MCI support for BCM283X"
-+ select MCI_SDHCI
- depends on ARCH_BCM283X || COMPILE_TEST
-
- config MCI_BCM283X_SDHOST
---
-2.28.0
-
diff --git a/configs/platform-rpi/patches/barebox-2020.08.1/series b/configs/platform-rpi/patches/barebox-2020.08.1/series
deleted file mode 100644
index 74582b4..0000000
--- a/configs/platform-rpi/patches/barebox-2020.08.1/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-mci-bcm283x-depend-on-sdhci.patch