From 15f7cd03c032711b548b18306e48a84af5c30819 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 31 Dec 2017 10:47:31 +0100 Subject: [PATCH] Removing deprecated patch. This fix used to fix reboot resoulting into power off. This is not the case anymore but this patch resoults in stopping at <6>axp20_ldo2: 1800 <--> 3300 mV at 3000 mV https://github.com/armbian/build/issues/770 --- ...around-reboot-is-poweroff-olimex-a20.patch | 36 ------------------- 1 file changed, 36 deletions(-) delete mode 100644 patch/u-boot/u-boot-sunxi/workaround-reboot-is-poweroff-olimex-a20.patch diff --git a/patch/u-boot/u-boot-sunxi/workaround-reboot-is-poweroff-olimex-a20.patch b/patch/u-boot/u-boot-sunxi/workaround-reboot-is-poweroff-olimex-a20.patch deleted file mode 100644 index d51534c375..0000000000 --- a/patch/u-boot/u-boot-sunxi/workaround-reboot-is-poweroff-olimex-a20.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff --git a/configs/A20-OLinuXino-Lime2-eMMC_defconfig b/configs/A20-OLinuXino-Lime2-eMMC_defconfig -index f817b8c..ee7b429 ---- a/configs/A20-OLinuXino-Lime2-eMMC_defconfig -+++ b/configs/A20-OLinuXino-Lime2-eMMC_defconfig -@@ -27,7 +27,6 @@ CONFIG_DFU_RAM=y - CONFIG_ETH_DESIGNWARE=y - CONFIG_RGMII=y - CONFIG_SUN7I_GMAC=y --CONFIG_AXP_ALDO3_VOLT=2800 - CONFIG_AXP_ALDO4_VOLT=2800 - CONFIG_SCSI=y - CONFIG_USB_EHCI_HCD=y -diff --git a/configs/A20-OLinuXino-Lime2_defconfig b/configs/A20-OLinuXino-Lime2_defconfig -index 6d7c588..7a85e20 ---- a/configs/A20-OLinuXino-Lime2_defconfig -+++ b/configs/A20-OLinuXino-Lime2_defconfig -@@ -26,7 +26,6 @@ CONFIG_DFU_RAM=y - CONFIG_ETH_DESIGNWARE=y - CONFIG_RGMII=y - CONFIG_SUN7I_GMAC=y --CONFIG_AXP_ALDO3_VOLT=2800 - CONFIG_AXP_ALDO4_VOLT=2800 - CONFIG_SCSI=y - CONFIG_USB_EHCI_HCD=y -diff --git a/configs/A20-OLinuXino_MICRO_eMMC_defconfig b/configs/A20-OLinuXino_MICRO_eMMC_defconfig -index 046a805..fb966e1 ---- a/configs/A20-OLinuXino_MICRO_eMMC_defconfig -+++ b/configs/A20-OLinuXino_MICRO_eMMC_defconfig -@@ -20,7 +20,6 @@ CONFIG_SPL_I2C_SUPPORT=y - # CONFIG_SPL_EFI_PARTITION is not set - CONFIG_ETH_DESIGNWARE=y - CONFIG_SUN7I_GMAC=y --CONFIG_AXP_ALDO3_VOLT=2800 - CONFIG_AXP_ALDO4_VOLT=2800 - CONFIG_USB_EHCI_HCD=y - CONFIG_SCSI=y