diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2024-04-10 14:35:38 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-04-14 18:29:44 +0200 |
commit | d2d064e06e6909056a7388ee1a1e915d06a50439 (patch) | |
tree | c3ce60585d182c75090a527b94488957f2d3032a /package/boot/uboot-rockchip | |
parent | 2909cce1b279df641d435d3cbbcc478f8330d2df (diff) |
rkbin: bump to latest git HEAD
Fixed bugs for memory initialization/training,
improved memory compatibility/stability.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'package/boot/uboot-rockchip')
-rw-r--r-- | package/boot/uboot-rockchip/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index 89a7ccdd4b..a2dd2cffd9 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -131,8 +131,8 @@ endef define U-Boot/rk3566/Default BUILD_SUBTARGET:=armv8 DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3566 - ATF:=rk3568_bl31_v1.43.elf - TPL:=rk3566_ddr_1056MHz_v1.18.bin + ATF:=rk3568_bl31_v1.44.elf + TPL:=rk3566_ddr_1056MHz_v1.21.bin endef define U-Boot/radxa-cm3-io-rk3566 @@ -147,8 +147,8 @@ endef define U-Boot/rk3568/Default BUILD_SUBTARGET:=armv8 DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3568 - ATF:=rk3568_bl31_v1.43.elf - TPL:=rk3568_ddr_1560MHz_v1.18.bin + ATF:=rk3568_bl31_v1.44.elf + TPL:=rk3568_ddr_1560MHz_v1.21.bin endef define U-Boot/nanopi-r5c-rk3568 |