ccmp1: don't set TF_A_CONFIG explicitly
The include in meta-st-stm32mp layer will generate this basing on BOOTDEVICE_LABELS. Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
da11d76ae0
commit
6aeedd19d5
|
|
@ -93,12 +93,6 @@ ST_TOOLS_FOR_SDK:remove = "nativesdk-gcc-arm-none-eabi"
|
|||
# activate/deactivate the debug and trace on boot stage
|
||||
ST_DEBUG_TRACE = "0"
|
||||
|
||||
# =========================================================================
|
||||
# trusted-firmware-a
|
||||
# =========================================================================
|
||||
# Configure trusted-firmware-a build
|
||||
TF_A_CONFIG = "optee nand"
|
||||
|
||||
# =========================================================================
|
||||
# optee
|
||||
# =========================================================================
|
||||
|
|
|
|||
|
|
@ -101,12 +101,6 @@ ST_TOOLS_FOR_SDK:remove = "nativesdk-gcc-arm-none-eabi"
|
|||
# activate/deactivate the debug and trace on boot stage
|
||||
ST_DEBUG_TRACE = "0"
|
||||
|
||||
# =========================================================================
|
||||
# trusted-firmware-a
|
||||
# =========================================================================
|
||||
# Configure trusted-firmware-a build
|
||||
TF_A_CONFIG = "optee nand"
|
||||
|
||||
# =========================================================================
|
||||
# optee
|
||||
# =========================================================================
|
||||
|
|
|
|||
Loading…
Reference in New Issue