Skip to content
Commit c8a66c35 authored by Michael Trimarchi's avatar Michael Trimarchi Committed by Tom Rini
Browse files

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: default avatarMichael Trimarchi <michael@amarulasolutions.com>
parent 8b4ac584
Loading
Loading
Loading
Loading