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:
parent
cfb4cd9d47
commit
7cf314ba80
|
|
@ -96,7 +96,7 @@ ST_DEBUG_TRACE = "0"
|
|||
# trusted-firmware-a
|
||||
# =========================================================================
|
||||
# Configure trusted-firmware-a build
|
||||
TF_A_CONFIG = "optee nand"
|
||||
TF_A_CONFIG ?= "optee nand"
|
||||
|
||||
# =========================================================================
|
||||
# optee
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ ST_DEBUG_TRACE = "0"
|
|||
# trusted-firmware-a
|
||||
# =========================================================================
|
||||
# Configure trusted-firmware-a build
|
||||
TF_A_CONFIG = "optee nand"
|
||||
TF_A_CONFIG ?= "optee nand"
|
||||
|
||||
# =========================================================================
|
||||
# optee
|
||||
|
|
|
|||
Loading…
Reference in New Issue