diff options
author | Yann Gautier <yann.gautier@foss.st.com> | 2023-04-24 11:35:40 +0200 |
---|---|---|
committer | Yann Gautier <yann.gautier@st.com> | 2023-05-03 13:32:15 +0200 |
commit | 231a0adb6abc35c125d4177749af37042575eca2 (patch) | |
tree | 8724629a0bbbd6e7dc68a86938a0ed214a0595e5 /plat/st/stm32mp1 | |
parent | 837fc96c772de02f0d60e67ed478871886e591aa (diff) | |
download | arm-trusted-firmware-231a0adb6abc35c125d4177749af37042575eca2.tar.gz |
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
Diffstat (limited to 'plat/st/stm32mp1')
-rw-r--r-- | plat/st/stm32mp1/platform.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plat/st/stm32mp1/platform.mk b/plat/st/stm32mp1/platform.mk index 1d93983a8..75c23833e 100644 --- a/plat/st/stm32mp1/platform.mk +++ b/plat/st/stm32mp1/platform.mk @@ -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 \ |