
Hi Fabio,
Can we think of a way to keep this fip.bin feature? This is part of the SystemReady IR certificate for this Compulab board. [1]
[1] https://developer.arm.com/architectures/system-architectures/arm-systemready...
Yours, Paul
On Fri, 13 Aug 2021 at 08:59, Fabio Estevam festevam@denx.de wrote:
When trying to build the imx8mm-cl-iot-gate_defconfig target there is a build error due to the missing 'fip.bin'.
To make the build process more consistent with other i.MX8M boards, do not build fip.bin by default.
Signed-off-by: Fabio Estevam festevam@denx.de
arch/arm/dts/imx8mm-cl-iot-gate-u-boot.dtsi | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/arch/arm/dts/imx8mm-cl-iot-gate-u-boot.dtsi b/arch/arm/dts/imx8mm-cl-iot-gate-u-boot.dtsi index 3226a244a97e..00927c157449 100644 --- a/arch/arm/dts/imx8mm-cl-iot-gate-u-boot.dtsi +++ b/arch/arm/dts/imx8mm-cl-iot-gate-u-boot.dtsi @@ -217,18 +217,6 @@ }; };
fip {
description = "Trusted Firmware
FIP";
type = "firmware";
arch = "arm64";
compression = "none";
load = <0x40310000>;
fip_blob: blob-ext{
filename = "fip.bin";
};
};
fdt { description = "NAME"; type = "flat_dt";
@@ -246,7 +234,7 @@ conf { description = "NAME"; firmware = "uboot";
loadables = "atf", "fip";
loadables = "atf"; fdt = "fdt"; }; };
-- 2.25.1