diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2020-04-11 15:44:14 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-20 16:37:56 +0200 |
commit | 6cafea5c5ea92be0152f475467a2434c90d01891 (patch) | |
tree | 13610a020ede958cac6f25b0b9ca2f70587aa800 /package/boot/uboot-kirkwood/Makefile | |
parent | 29a458b0cae3435bce41136ee3b4132b4103ffae (diff) | |
download | upstream-6cafea5c5ea92be0152f475467a2434c90d01891.tar.gz upstream-6cafea5c5ea92be0152f475467a2434c90d01891.tar.bz2 upstream-6cafea5c5ea92be0152f475467a2434c90d01891.zip |
uboot-kirkwood: update to 2020.04
Update U-Boot to current 2020.04 release for kirkwood platform.
Catch up with upstream and move some configuration options from
the header files to the corresponding defconfig files.
Compile tested: all devices
Run tested: nsa310, pogoplugv4
Tested-by: Cezary Jackiewicz <cezary@eko.one.pl> [nsa310]
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'package/boot/uboot-kirkwood/Makefile')
-rw-r--r-- | package/boot/uboot-kirkwood/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-kirkwood/Makefile b/package/boot/uboot-kirkwood/Makefile index 4ce1485a13..c1b33b4a82 100644 --- a/package/boot/uboot-kirkwood/Makefile +++ b/package/boot/uboot-kirkwood/Makefile @@ -7,10 +7,10 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=2019.01 +PKG_VERSION:=2020.04 PKG_RELEASE:=1 -PKG_HASH:=50bd7e5a466ab828914d080d5f6a432345b500e8fba1ad3b7b61e95e60d51c22 +PKG_HASH:=fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372 include $(INCLUDE_DIR)/u-boot.mk include $(INCLUDE_DIR)/package.mk |