summaryrefslogtreecommitdiff
path: root/sysutils/u-boot
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2022-02-11 23:03:50 +0000
committermrg <mrg@pkgsrc.org>2022-02-11 23:03:50 +0000
commit74b5e3c2852be0cb27846e58fc53fc5f72df24ea (patch)
treefa708ca3cd38091b0b79e88de9407a3bf304e0a3 /sysutils/u-boot
parent8280c528150f9064b84998b5fb555882ec398eef (diff)
downloadpkgsrc-74b5e3c2852be0cb27846e58fc53fc5f72df24ea.tar.gz
update u-boot-rock64 to 2022.01 and tf-a 2.6.
change the u-boot-rockchip.mk to default to 2022.01 as only the (probably) obsolete ayufan package uses anything else.
Diffstat (limited to 'sysutils/u-boot')
-rw-r--r--sysutils/u-boot/u-boot-rockchip.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/u-boot/u-boot-rockchip.mk b/sysutils/u-boot/u-boot-rockchip.mk
index 5f74adbd4c0..45659555f8b 100644
--- a/sysutils/u-boot/u-boot-rockchip.mk
+++ b/sysutils/u-boot/u-boot-rockchip.mk
@@ -1,4 +1,4 @@
-# $NetBSD: u-boot-rockchip.mk,v 1.12 2022/02/11 22:06:22 mrg Exp $
+# $NetBSD: u-boot-rockchip.mk,v 1.13 2022/02/11 23:03:50 mrg Exp $
#
# should be used by sysutils/u-boot-rock64/Makefile
# used by sysutils/u-boot-rockpro64/Makefile
@@ -12,13 +12,9 @@
# UBOOT_IMAGE_TYPE ("rk3399", "rk3328")
#
-UBOOT_VERSION?= 2020.01-rc5
+UBOOT_VERSION?= 2022.01
-.if ${UBOOT_IMAGE_TYPE} == "rk3399"
TFA= trusted-firmware-a
-.else
-TFA= arm-trusted-firmware
-.endif
# Earlier SPIs were at sector 1024, but newer u-boot has a DT that
# loads them from 768. Until all are converted, leave the default