]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
arm-trusted-firmware: fix comment typo
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 12 Oct 2017 19:54:15 +0000 (21:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 12 Oct 2017 20:03:28 +0000 (22:03 +0200)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/arm-trusted-firmware/arm-trusted-firmware.mk

index 9bd3bfce6c7dfef2e27b795aeeff5a8c93801311..e02c62262f158addcfdc3356898367dfee609d56 100644 (file)
@@ -49,7 +49,7 @@ define ARM_TRUSTED_FIRMWARE_INSTALL_IMAGES_CMDS
        cp -dpf $(@D)/build/$(ARM_TRUSTED_FIRMWARE_PLATFORM)/release/*.bin $(BINARIES_DIR)/
 endef
 
-# Configuration ckeck
+# Configuration check
 ifeq ($(BR2_TARGET_ARM_TRUSTED_FIRMWARE)$(BR_BUILDING),yy)
 
 ifeq ($(ARM_TRUSTED_FIRMWARE_VERSION),custom)