diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-04-14 23:30:56 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-17 13:43:34 +0200 |
commit | 8e99bbda19ca93d93651757c1473ac691c22a474 (patch) | |
tree | 26518526d52ac19821cf45de7b1c1a7f6143353f /package/boot/uboot-sunxi/patches/210-sunxi-deactivate-binman.patch | |
parent | 260a225ba4ed9ad50a8442dc3f731af985d45326 (diff) | |
download | upstream-8e99bbda19ca93d93651757c1473ac691c22a474.tar.gz upstream-8e99bbda19ca93d93651757c1473ac691c22a474.tar.bz2 upstream-8e99bbda19ca93d93651757c1473ac691c22a474.zip |
uboot-sunxi: bump to 2020.04 relase
Refreshed patches, removed upstreamed patch:
260-configs-a64-olinuxino-emmc-add-eMMC-boot-part-config.patch
Boot tested on a64-olinuxino-emmc.
Cc: Zoltan HERPAI <wigyori@uid0.hu>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
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.patch | 4 |
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 c6be836915..5efebbd056 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 -@@ -1525,8 +1525,10 @@ endif +@@ -1555,8 +1555,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 -@@ -945,7 +945,6 @@ config ARCH_SOCFPGA +@@ -962,7 +962,6 @@ config ARCH_SOCFPGA config ARCH_SUNXI bool "Support sunxi (Allwinner) SoCs" |