mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
fix(stm32mp1): remove boolean check on PLAT_TBBR_IMG_DEF
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
This commit is contained in:
parent
837fc96c77
commit
231a0adb6a
1 changed files with 1 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue