From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1iZIiH-0002Ww-Kc for ptxdist@pengutronix.de; Mon, 25 Nov 2019 19:03:53 +0100 Received: by mail-wm1-x344.google.com with SMTP id b11so260828wmb.5 for ; Mon, 25 Nov 2019 10:03:53 -0800 (PST) From: Bruno Thomsen Date: Mon, 25 Nov 2019 19:03:35 +0100 Message-Id: <20191125180335.4491-2-bruno.thomsen@gmail.com> In-Reply-To: <20191125180335.4491-1-bruno.thomsen@gmail.com> References: <20191125180335.4491-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Subject: [ptxdist] [PATCH v5 2/2] u-boot: bugfix: missing imx dtb image clean List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Alexander Dahl , Denis OSTERLAND , Bruno Thomsen , bth@kamstrup.com Fixes: 58c48f349901 ("u-boot: Add u-boot-dtb.imx install option") Cc: Denis OSTERLAND Cc: Alexander Dahl Signed-off-by: Bruno Thomsen --- v5: - moved bugfix to seperate patch v4-v1: - patch did not exist rules/u-boot.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/u-boot.make b/rules/u-boot.make index 9609dca97..04d801fc6 100644 --- a/rules/u-boot.make +++ b/rules/u-boot.make @@ -195,7 +195,7 @@ $(STATEDIR)/u-boot.clean: @$(call clean_pkg, U_BOOT) @rm -vf $(IMAGEDIR)/u-boot.bin $(IMAGEDIR)/u-boot.srec $(IMAGEDIR)/u-boot.elf @rm -vf $(IMAGEDIR)/u-boot.img $(IMAGEDIR)/SPL $(IMAGEDIR)/MLO - @rm -vf $(IMAGEDIR)/u-boot.imx + @rm -vf $(IMAGEDIR)/u-boot.imx $(IMAGEDIR)/u-boot-dtb.imx @rm -vf $(IMAGEDIR)/u-boot-env.img @rm -vf $(IMAGEDIR)/u-boot-dtb.bin $(IMAGEDIR)/u-boot-with-spl-pbl.bin -- 2.23.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de