Browse Source

boot/optee-os/optee-os.mk: fix 'PLATFORM' typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Peter Korsgaard 10 months ago
parent
commit
7bd00d5506
1 changed files with 1 additions and 1 deletions
  1. 1 1
      boot/optee-os/optee-os.mk

+ 1 - 1
boot/optee-os/optee-os.mk

@@ -75,7 +75,7 @@ OPTEE_OS_MAKE_OPTS += \
 endif
 endif
 endif
 endif
 
 
-# Get mandatory PLAFORM and optional PLATFORM_FLAVOR and additional
+# Get mandatory PLATFORM and optional PLATFORM_FLAVOR and additional
 # variables
 # variables
 OPTEE_OS_MAKE_OPTS += PLATFORM=$(call qstrip,$(BR2_TARGET_OPTEE_OS_PLATFORM))
 OPTEE_OS_MAKE_OPTS += PLATFORM=$(call qstrip,$(BR2_TARGET_OPTEE_OS_PLATFORM))
 ifneq ($(call qstrip,$(BR2_TARGET_OPTEE_OS_PLATFORM_FLAVOR)),)
 ifneq ($(call qstrip,$(BR2_TARGET_OPTEE_OS_PLATFORM_FLAVOR)),)