summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi/patches
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2022-11-15 12:42:34 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2022-11-23 21:44:07 +0100
commit54715bbe2686ba74ae0118bc739634d3bdb2da44 (patch)
tree40875f2a494e2f24b0f0ead1f7de31862ef05a3f /configs/platform-rpi/patches
parent916446efddc21d2a70858453bd49b8549632616a (diff)
downloadDistroKit-54715bbe2686ba74ae0118bc739634d3bdb2da44.tar.gz
DistroKit-54715bbe2686ba74ae0118bc739634d3bdb2da44.tar.xz
rpi: rename platform to rpi1
Make it clear that this platform is really only used for the legacy ARMv6-based RPi 1 boards, so that there is no confusion when trying to use it for RPi 2 or later, even for people who don't read the documentation. Signed-off-by: Roland Hieber <rhi@pengutronix.de>
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