ccmp1: allow override of TF_A_CONFIG

Use a weak assignment of TF_A_CONFIG to allow override from
conf/local.conf.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2023-07-12 12:08:52 +02:00
parent cfb4cd9d47
commit 7cf314ba80
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ ST_DEBUG_TRACE = "0"
# trusted-firmware-a # trusted-firmware-a
# ========================================================================= # =========================================================================
# Configure trusted-firmware-a build # Configure trusted-firmware-a build
TF_A_CONFIG = "optee nand" TF_A_CONFIG ?= "optee nand"
# ========================================================================= # =========================================================================
# optee # optee

View File

@ -104,7 +104,7 @@ ST_DEBUG_TRACE = "0"
# trusted-firmware-a # trusted-firmware-a
# ========================================================================= # =========================================================================
# Configure trusted-firmware-a build # Configure trusted-firmware-a build
TF_A_CONFIG = "optee nand" TF_A_CONFIG ?= "optee nand"
# ========================================================================= # =========================================================================
# optee # optee