arm-trusted-firmware-rockchip: remove rk3588 ATF

It's unlikely to get rk3588 support on this branch.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2023-07-12 19:56:51 +08:00
parent a5fe1a9e76
commit 22e81c3051

View File

@@ -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