From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iZVbl-0008Ms-Di for ptxdist@pengutronix.de; Tue, 26 Nov 2019 08:50:01 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id 791C636BD for ; Tue, 26 Nov 2019 08:51:23 +0100 (CET) Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dMEMhc0qefuQ for ; Tue, 26 Nov 2019 08:51:23 +0100 (CET) From: Alexander Dahl Date: Tue, 26 Nov 2019 08:49:55 +0100 Message-ID: <33510132.vDMlCs1uOL@ada> In-Reply-To: <20191125180335.4491-2-bruno.thomsen@gmail.com> References: <20191125180335.4491-1-bruno.thomsen@gmail.com> <20191125180335.4491-2-bruno.thomsen@gmail.com> Subject: Re: [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 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Denis OSTERLAND , Bruno Thomsen , bth@kamstrup.com This one LGTM. Tested-by: Alexander Dahl Am Montag, 25. November 2019, 19:03:35 CET schrieb Bruno Thomsen: > 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 -- _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de