boot/arm-trusted-firmware: enable verbose output

Signed-off-by: Brandon Maier <brandon.maier@collins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit a8c7a53985)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Brandon Maier 2024-04-12 21:12:22 +00:00 committed by Peter Korsgaard
parent 222220d06e
commit ad20908243

View File

@ -59,6 +59,7 @@ endif
endif
ARM_TRUSTED_FIRMWARE_MAKE_OPTS += \
$(if $(VERBOSE),V=1) \
CROSS_COMPILE="$(TARGET_CROSS)" \
BUILD_STRING=$(ARM_TRUSTED_FIRMWARE_VERSION) \
$(call qstrip,$(BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES)) \