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:
Hector Palacios 2023-09-07 08:58:29 +02:00
parent e89385894d
commit 1085b73dcc
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