aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-rockchip/Makefile
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2021-04-13 00:28:12 +0200
committerDavid Bauer <mail@david-bauer.net>2021-04-20 13:15:45 +0200
commitb832ebb886e71982675b8b889b81a91a18d57bf7 (patch)
treecd01324010e514ef6fba72283cdd9faf5a645b36 /package/boot/uboot-rockchip/Makefile
parentb96db94fb7775dc05c22d9a9262d75a42443aaeb (diff)
downloadupstream-b832ebb886e71982675b8b889b81a91a18d57bf7.tar.gz
upstream-b832ebb886e71982675b8b889b81a91a18d57bf7.tar.bz2
upstream-b832ebb886e71982675b8b889b81a91a18d57bf7.zip
uboot-rockchip: update to v2021.04
Update the uboot-rockchip to the latest upstream release. Remove upstreamed patches. Tested-on: FriendlyElec NanoPi R2S Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'package/boot/uboot-rockchip/Makefile')
-rw-r--r--package/boot/uboot-rockchip/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile
index 393e8c3a9f..645422aca4 100644
--- a/package/boot/uboot-rockchip/Makefile
+++ b/package/boot/uboot-rockchip/Makefile
@@ -5,10 +5,10 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
-PKG_VERSION:=2021.01
+PKG_VERSION:=2021.04
PKG_RELEASE:=1
-PKG_HASH:=b407e1510a74e863b8b5cb42a24625344f0e0c2fc7582d8c866bd899367d0454
+PKG_HASH:=0d438b1bb5cceb57a18ea2de4a0d51f7be5b05b98717df05938636e0aadfe11a
PKG_MAINTAINER:=Tobias Maedel <openwrt@tbspace.de>
@@ -75,7 +75,7 @@ ifneq ($(OF_PLATDATA),)
mkdir -p $(PKG_BUILD_DIR)/tpl/dts
mkdir -p $(PKG_BUILD_DIR)/include/generated
- $(CP) $(PKG_BUILD_DIR)/of-platdata/$(OF_PLATDATA)/dt-platdata.c $(PKG_BUILD_DIR)/tpl/dts/dt-platdata.c
+ $(CP) $(PKG_BUILD_DIR)/of-platdata/$(OF_PLATDATA)/dt-plat.c $(PKG_BUILD_DIR)/tpl/dts/dt-plat.c
$(CP) $(PKG_BUILD_DIR)/of-platdata/$(OF_PLATDATA)/dt-structs-gen.h $(PKG_BUILD_DIR)/include/generated/dt-structs-gen.h
endif