From c9c95be315ca695cc85b12e2ce46760db95cc76b Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Mon, 19 Aug 2024 23:16:20 +0800 Subject: [PATCH] uboot-rockchip: update rkbin dependencies --- package/boot/uboot-rk35xx/Makefile | 2 +- package/boot/uboot-rockchip/Makefile | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package/boot/uboot-rk35xx/Makefile b/package/boot/uboot-rk35xx/Makefile index 6718b40ef..26e959d3f 100644 --- a/package/boot/uboot-rk35xx/Makefile +++ b/package/boot/uboot-rk35xx/Makefile @@ -36,7 +36,7 @@ define U-Boot/evb-rk3528 radxa_e20c \ widora_mangopi-m28k \ widora_mangopi-m28k-pro - DEPENDS:=+PACKAGE_u-boot-evb-rk3528:trusted-firmware-a-rk3528 + DEPENDS:=+PACKAGE_u-boot-evb-rk3528:trusted-firmware-a-rk3528-bin ATF:=rk3528_bl31_v1.17.elf DDR:=rk3528_ddr_1056MHz_v1.09.bin UBOOT_CONFIG:=rk3528 diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index 65b45699a..0a0ad0de6 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):trusted-firmware-a-rk3328 + DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3328-bin ATF:=rk322xh_bl31_v1.49.elf USE_RKBIN:=1 endef @@ -65,7 +65,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 @@ -109,7 +109,7 @@ define U-Boot/nanopi-r4s-rk3399 NAME:=NanoPi R4S BUILD_DEVICES:= \ friendlyarm_nanopi-r4s - DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3399 + DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3399-bin ATF:=rk3399_bl31_v1.36.elf USE_RKBIN:=1 endef @@ -119,7 +119,7 @@ define U-Boot/nanopi-r4se-rk3399 NAME:=NanoPi R4SE BUILD_DEVICES:= \ friendlyarm_nanopi-r4se - DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3399 + DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3399-bin ATF:=rk3399_bl31_v1.36.elf USE_RKBIN:=1 endef @@ -157,7 +157,7 @@ define U-Boot/sv901-eaio-rk3399 NAME:=SV901 EAIO BUILD_DEVICES:= \ scensmart_sv901-eaio - DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3399 + DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3399-bin ATF:=rk3399_bl31_v1.36.elf USE_RKBIN:=1 endef @@ -166,7 +166,7 @@ endef define U-Boot/rk3566/Default BUILD_SUBTARGET:=armv8 - DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3566 + DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3566-bin ATF:=rk3568_bl31_v1.44.elf TPL:=rk3566_ddr_1056MHz_v1.21.bin endef @@ -189,7 +189,7 @@ endef define U-Boot/rk3568/Default BUILD_SUBTARGET:=armv8 - DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3568 + DEPENDS:=+PACKAGE_u-boot-$(1):trusted-firmware-a-rk3568-bin ATF:=rk3568_bl31_v1.44.elf TPL:=rk3568_ddr_1560MHz_v1.21.bin endef