Fixed native build issues for imx8mp-evk atf

Signed-off-by: Ganga Ram <Ganga.Ram@tii.ae>
This commit is contained in:
Ganga Ram
2025-04-14 11:10:36 +04:00
parent 1fe3cc2bc5
commit 48a8eaeac8
2 changed files with 53 additions and 37 deletions

View File

@@ -10,7 +10,6 @@ with pkgs; let
else "";
imx8mp-atf = pkgs.callPackage ./imx8mp-atf.nix {
inherit (pkgs) buildArmTrustedFirmware;
inherit enable-tee;
};
imx8mp-firmware = pkgs.callPackage ./imx8mp-firmware.nix {};