From 22e81c3051480272655de10df141e396b7a80365 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 12 Jul 2023 19:56:51 +0800 Subject: [PATCH] arm-trusted-firmware-rockchip: remove rk3588 ATF It's unlikely to get rk3588 support on this branch. Signed-off-by: Tianling Shen --- package/boot/arm-trusted-firmware-rockchip/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/package/boot/arm-trusted-firmware-rockchip/Makefile b/package/boot/arm-trusted-firmware-rockchip/Makefile index 0917ef857c..290aae6588 100644 --- a/package/boot/arm-trusted-firmware-rockchip/Makefile +++ b/package/boot/arm-trusted-firmware-rockchip/Makefile @@ -43,17 +43,10 @@ define Trusted-Firmware-A/rk3568 DDR:=rk35/$(RK3568_DDR) endef -define Trusted-Firmware-A/rk3588 - BUILD_SUBTARGET:=armv8 - ATF:=rk35/$(RK3588_ATF) - DDR:=rk35/$(RK3588_DDR) -endef - TFA_TARGETS:= \ rk3328 \ rk3399 \ - rk3568 \ - rk3588 + rk3568 define Build/Compile # This comment is the workaround for "extraneous 'endif'" error