diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-06-20 14:29:57 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-06-25 13:02:58 +0200 |
commit | 5d1cb52da062f75d34b77b7d02e5101ab13397ac (patch) | |
tree | 31d8099ba2a79d434e2587abe6da7d012bb5aa8f /package/boot/uboot-rockchip | |
parent | 906e2a1b994ed0d965ed582f188ab94eca988b87 (diff) |
arm-trusted-firmware-rockchip: Update to 2.9
Switch to standard TF-A build.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'package/boot/uboot-rockchip')
-rw-r--r-- | package/boot/uboot-rockchip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index 59b8be84cf..983edcb240 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -26,7 +26,7 @@ endef define U-Boot/rk3328/Default BUILD_SUBTARGET:=armv8 - DEPENDS:=+PACKAGE_u-boot-$(1):arm-trusted-firmware-rockchip + DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3328 ATF:=rk3328_bl31.elf OF_PLATDATA:=$(1) endef @@ -70,7 +70,7 @@ endef define U-Boot/rk3399/Default BUILD_SUBTARGET:=armv8 - DEPENDS:=+PACKAGE_u-boot-$(1):arm-trusted-firmware-rockchip + DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3399 ATF:=rk3399_bl31.elf endef |