From 7cf314ba80dd42aa1946beeaef3bfafe56be4484 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Wed, 12 Jul 2023 12:08:52 +0200 Subject: [PATCH] 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 --- meta-digi-arm/conf/machine/ccmp13-dvk.conf | 2 +- meta-digi-arm/conf/machine/ccmp15-dvk.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/conf/machine/ccmp13-dvk.conf b/meta-digi-arm/conf/machine/ccmp13-dvk.conf index c64f2706c..45fa6061e 100644 --- a/meta-digi-arm/conf/machine/ccmp13-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp13-dvk.conf @@ -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 diff --git a/meta-digi-arm/conf/machine/ccmp15-dvk.conf b/meta-digi-arm/conf/machine/ccmp15-dvk.conf index 60629bb96..1bfc24619 100644 --- a/meta-digi-arm/conf/machine/ccmp15-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp15-dvk.conf @@ -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