]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fix(stm32mp1): remove boolean check on PLAT_TBBR_IMG_DEF
authorYann Gautier <yann.gautier@foss.st.com>
Mon, 24 Apr 2023 09:35:40 +0000 (11:35 +0200)
committerYann Gautier <yann.gautier@st.com>
Wed, 3 May 2023 11:32:15 +0000 (13:32 +0200)
This flag just needs to be defined, and does not need to have a boolean
value. Remove it from the assert_booleans check.

Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
Change-Id: I4e4c9ae1e5003ca2cf7c0c0e31d1561d032937c8

plat/st/stm32mp1/platform.mk

index 1d93983a8b8fba484384f629cb69d26abb8baa15..75c23833e44361570207e6b169712b77062cd4af 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2015-2023, ARM Limited and Contributors. All rights reserved.
+# Copyright (c) 2015-2023, Arm Limited and Contributors. All rights reserved.
 #
 # SPDX-License-Identifier: BSD-3-Clause
 #
@@ -158,7 +158,6 @@ $(eval $(call assert_booleans,\
        $(sort \
                PKA_USE_BRAINPOOL_P256T1 \
                PKA_USE_NIST_P256 \
-               PLAT_TBBR_IMG_DEF \
                STM32MP_CRYPTO_ROM_LIB \
                STM32MP_DDR_32BIT_INTERFACE \
                STM32MP_DDR_DUAL_AXI_PORT \