Revert "ccmp1x: create new variable to be able to truly override 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 c6f19a099c.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2023-09-07 08:56:35 +02:00
parent 894a28de64
commit e89385894d
3 changed files with 2 additions and 3 deletions

View File

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

View File

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

View File

@ -14,7 +14,6 @@ SRC_URI = " \
${TFA_GIT_URI};branch=${SRCBRANCH} \
"
TF_A_CONFIG = "${DEY_TF_A_CONFIG}"
TF_A_CONFIG[nand] = "${DEVICE_BOARD_ENABLE:NAND},STM32MP_RAW_NAND=1 ${@'STM32MP_FORCE_MTD_START_OFFSET=${TF_A_MTD_START_OFFSET_NAND}' if ${TF_A_MTD_START_OFFSET_NAND} else ''} STM32MP_USB_PROGRAMMER=1"
DEPENDS += " \