]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: dts: k3-binman: Make optee optional as requirement
authorMichael Trimarchi <michael@amarulasolutions.com>
Mon, 26 Feb 2024 07:14:15 +0000 (08:14 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 5 Mar 2024 13:40:15 +0000 (08:40 -0500)
commitc8a66c35de34708b9206a9e5ff7c5d318481002d
tree6d228703c9d820c762a7ec5c6c729653810b52bc
parent8b4ac5846206f72e53d7fc5bdb55372e05c97556
arm: dts: k3-binman: Make optee optional as requirement

Allow boards that use ti_spl_template to not use optee part in
configuration.
Vendor can have module with 256 Mb of memory and they try to optimize
the available memory just using the essential components.
This change allow to remove tee from configuration without binman
fail.

configurations {
default = "conf-0";

conf-0 {
description = "k3-am62_ccm_m3";
firmware = "atf";
loadables = "dm", "spl";
fdt = "fdt-0";
};
};

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
arch/arm/dts/k3-binman.dtsi