aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-sunxi/patches/210-sunxi-deactivate-binman.patch
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2019-03-13 20:54:31 +0100
committerZoltan HERPAI <wigyori@uid0.hu>2019-03-13 22:42:38 +0100
commite991fb44e08d643d719d3ca303e4025fb5a8d268 (patch)
tree73e2851b717d2105b2445c5ccd6a478884ff2f2f /package/boot/uboot-sunxi/patches/210-sunxi-deactivate-binman.patch
parent96e0fa94c700fa95bb12bee1c0b75dfeea091b29 (diff)
downloadupstream-e991fb44e08d643d719d3ca303e4025fb5a8d268.tar.gz
upstream-e991fb44e08d643d719d3ca303e4025fb5a8d268.tar.bz2
upstream-e991fb44e08d643d719d3ca303e4025fb5a8d268.zip
uboot-sunxi: bump to 2019.01
Tested on: Bananapro (A20) Banana Pi M3 (A83t) Linksprite pcDuino3 (A20) Olinuxino Lime (A10) Orange Pi 2 (H3) Pine64 (A64) Patches refreshed. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'package/boot/uboot-sunxi/patches/210-sunxi-deactivate-binman.patch')
-rw-r--r--package/boot/uboot-sunxi/patches/210-sunxi-deactivate-binman.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-sunxi/patches/210-sunxi-deactivate-binman.patch b/package/boot/uboot-sunxi/patches/210-sunxi-deactivate-binman.patch
index fe1821d9f8..d86097858a 100644
--- a/package/boot/uboot-sunxi/patches/210-sunxi-deactivate-binman.patch
+++ b/package/boot/uboot-sunxi/patches/210-sunxi-deactivate-binman.patch
@@ -12,7 +12,7 @@ old way of generating images.
--- a/Makefile
+++ b/Makefile
-@@ -1255,8 +1255,10 @@ endif
+@@ -1344,8 +1344,10 @@ endif
ifneq ($(CONFIG_ARCH_SUNXI),)
ifeq ($(CONFIG_ARM64),)
@@ -27,7 +27,7 @@ old way of generating images.
$(call if_changed,cat)
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
-@@ -820,7 +820,6 @@ config ARCH_SOCFPGA
+@@ -842,7 +842,6 @@ config ARCH_SOCFPGA
config ARCH_SUNXI
bool "Support sunxi (Allwinner) SoCs"