]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
plat: marvell: armada: a3k: rename the UART images archive
authorKonstantin Porotchkin <kostap@marvell.com>
Thu, 24 Oct 2019 07:48:08 +0000 (10:48 +0300)
committerMarcin Wojtas <mw@semihalf.com>
Sun, 4 Oct 2020 13:56:41 +0000 (15:56 +0200)
Add *.bin extension to UART recovery images archive name.
Such naming will cause the UART recovery images to be copied to the
Buildroot output folder upon flash image build.

Change-Id: I6992df1ab2ded725bed58e5baf245ae92c4cb289
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
plat/marvell/armada/a3k/common/a3700_common.mk

index 99655671934a0d74409e17e295809eeb82512b35..ace74a8b17d3b8654911ae5c29304a535412ade0 100644 (file)
@@ -138,7 +138,7 @@ endif
        @mv -t $(BUILD_PLAT)/$(BUILD_UART) $(TIM_IMAGE) $(DOIMAGE_CFG) $(TIMN_IMAGE) $(TIMNCFG)
        @find . -name "*_h.*" |xargs cp -ut $(BUILD_PLAT)/$(BUILD_UART)
        @mv $(subst .bin,_h.bin,$(WTMI_MULTI_IMG)) $(BUILD_PLAT)/$(BUILD_UART)/wtmi_h.bin
-       @tar czf $(BUILD_PLAT)/$(BUILD_UART).tgz -C $(BUILD_PLAT) ./$(BUILD_UART)
+       @tar czf $(BUILD_PLAT)/$(BUILD_UART).tgz.bin -C $(BUILD_PLAT) ./$(BUILD_UART)
        @echo
        @echo "Building flash image"
        $(TIMBUILD) $(TIMBLDARGS)