Revert "ccmp1: allow override of TF_A_CONFIG"
We will use BOOTDEVICE_LABELS as a means to add 'sdcard'
configuration to TF_A_CONFIG within meta-st-stm32 so there
is no need to have a wrapper variable in meta-digi.
This reverts commit 7cf314ba80.
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
e89385894d
commit
1085b73dcc
|
|
@ -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