From b6db1c24a845758244778c735846cf01084eb4ec Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 20 Sep 2024 23:28:45 +0200 Subject: [PATCH] boot/optee-os/optee-os.mk: fix 'PLATFORM' typo Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN (cherry picked from commit 7bd00d5506e8572f316a9b742b78039e0743d86b) Signed-off-by: Peter Korsgaard --- boot/optee-os/optee-os.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/optee-os/optee-os.mk b/boot/optee-os/optee-os.mk index 33b4e2e1ab..36dfbd2cc9 100644 --- a/boot/optee-os/optee-os.mk +++ b/boot/optee-os/optee-os.mk @@ -61,7 +61,7 @@ OPTEE_OS_MAKE_OPTS += \ CFG_ARM32_core=y endif -# Get mandatory PLAFORM and optional PLATFORM_FLAVOR and additional +# Get mandatory PLATFORM and optional PLATFORM_FLAVOR and additional # variables OPTEE_OS_MAKE_OPTS += PLATFORM=$(call qstrip,$(BR2_TARGET_OPTEE_OS_PLATFORM)) ifneq ($(call qstrip,$(BR2_TARGET_OPTEE_OS_PLATFORM_FLAVOR)),)