aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-sunxi/patches/240-sun50i-h5-Orange-Pi-Zero-Plus-Fix-SdCard-detection.patch
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-03-16 14:47:07 +0100
committerPetr Štetiar <ynezz@true.cz>2020-03-28 13:03:02 +0100
commit48436953e9f25fced7a14d0e92fadb22ebe8ba50 (patch)
tree970953997a576cd2df1b4ba2a9b14b647c6ef9b0 /package/boot/uboot-sunxi/patches/240-sun50i-h5-Orange-Pi-Zero-Plus-Fix-SdCard-detection.patch
parent5fbcb52648ccc2a012e464b9ca8928e5dd8812ea (diff)
downloadupstream-48436953e9f25fced7a14d0e92fadb22ebe8ba50.tar.gz
upstream-48436953e9f25fced7a14d0e92fadb22ebe8ba50.tar.bz2
upstream-48436953e9f25fced7a14d0e92fadb22ebe8ba50.zip
uboot-sunxi: bump to 2020.01
Refreshed patches, removed following, probably obsolete patches: 221-compatible-old-dtc.patch 240-sun50i-h5-Orange-Pi-Zero-Plus-Fix-SdCard-detection.patch Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/boot/uboot-sunxi/patches/240-sun50i-h5-Orange-Pi-Zero-Plus-Fix-SdCard-detection.patch')
-rw-r--r--package/boot/uboot-sunxi/patches/240-sun50i-h5-Orange-Pi-Zero-Plus-Fix-SdCard-detection.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/package/boot/uboot-sunxi/patches/240-sun50i-h5-Orange-Pi-Zero-Plus-Fix-SdCard-detection.patch b/package/boot/uboot-sunxi/patches/240-sun50i-h5-Orange-Pi-Zero-Plus-Fix-SdCard-detection.patch
deleted file mode 100644
index 2feab76754..0000000000
--- a/package/boot/uboot-sunxi/patches/240-sun50i-h5-Orange-Pi-Zero-Plus-Fix-SdCard-detection.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From ad320d4d6ad03af5ff730546113d53a47ef6a22e Mon Sep 17 00:00:00 2001
-From: Hauke Mehrtens <hauke@hauke-m.de>
-Date: Sun, 13 Jan 2019 17:05:09 +0100
-Subject: [PATCH] sun50i: h5: Orange Pi Zero Plus: Fix SdCard detection
-
-The Detection pin is at PF6 and not at PH13 like defined before. I
-checked the schematics and now I am am not seeing this error message any
-more:
-Loading Environment from FAT... Card did not respond to voltage select!
-
-Fixes: 76d69eb01de ("sun50i: h5: Add initial Orange Pi Zero Plus support")
-Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
----
- configs/orangepi_zero_plus_defconfig | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
---- a/configs/orangepi_zero_plus_defconfig
-+++ b/configs/orangepi_zero_plus_defconfig
-@@ -4,8 +4,7 @@ CONFIG_SPL=y
- CONFIG_MACH_SUN50I_H5=y
- CONFIG_DRAM_CLK=624
- CONFIG_DRAM_ZQ=3881977
--CONFIG_MMC0_CD_PIN="PH13"
--CONFIG_MMC_SUNXI_SLOT_EXTRA=2
-+CONFIG_MMC0_CD_PIN="PF6"
- CONFIG_NR_DRAM_BANKS=1
- # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
- # CONFIG_CMD_FLASH is not set