ArmTrustedFirmwareRK3588: Don't include unused HDCP blob

The HDCP blob is only for the RK3399, so it is not needed on RK3588.
The blob being present during build pollutes the license with
"UnfreeRedistributable" unnecessary as it is not contained in the
output.

The SHA256 hash bl31.elf with HDCP.bin available and unavailable in the
build tree are identical.

cf1c4e4e8c6803a1e8185af8b45318729167cee0336c105f19037edfb9b2d956 removed/bl31.elf
cf1c4e4e8c6803a1e8185af8b45318729167cee0336c105f19037edfb9b2d956 available/bl31.elf
This commit is contained in:
Sachi King 2024-08-09 09:57:02 +10:00
parent c3f597a013
commit 42903be7da

View File

@ -156,7 +156,6 @@ in {
platform = "rk3588";
extraMeta.platforms = ["aarch64-linux"];
filesToInstall = [ "build/${platform}/release/bl31/bl31.elf"];
platformCanUseHDCPBlob = true;
# TODO: remove this once the following get merged:
# 1: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/21840