From 87209f1a9ec22425edc5d1c5750182a2192ecc02 Mon Sep 17 00:00:00 2001 From: Kory Maincent Date: Tue, 21 Jun 2022 15:58:33 +0200 Subject: [PATCH] boot/arm-trusted-firmware: remove extra ending parentheses There are two extra ending parentheses to be removed. They are present from the beggining of TF-A package. I suppose extra ending parenthese does not bring any issue, but it seems relevant to remove them. Signed-off-by: Kory Maincent Signed-off-by: Arnout Vandecappelle (Essensium/Mind) (cherry picked from commit 0829c09527dd622e90ea410c1becb66c0cc71020) Signed-off-by: Peter Korsgaard --- boot/arm-trusted-firmware/arm-trusted-firmware.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/arm-trusted-firmware/arm-trusted-firmware.mk b/boot/arm-trusted-firmware/arm-trusted-firmware.mk index 35a95a7ec2..1ac645c793 100644 --- a/boot/arm-trusted-firmware/arm-trusted-firmware.mk +++ b/boot/arm-trusted-firmware/arm-trusted-firmware.mk @@ -191,8 +191,8 @@ endef ifeq ($(BR2_TARGET_ARM_TRUSTED_FIRMWARE)$(BR_BUILDING),yy) ifeq ($(ARM_TRUSTED_FIRMWARE_VERSION),custom) -ifeq ($(call qstrip,$(BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION))),) -$(error No tarball location specified. Please check BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION)) +ifeq ($(call qstrip,$(BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION)),) +$(error No tarball location specified. Please check BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION) endif endif