From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Tue, 26 Nov 2019 08:57:46 +0100 From: Michael Olbrich Message-ID: <20191126075746.dpzazsjadyhgzns5@pengutronix.de> References: <20191125180335.4491-1-bruno.thomsen@gmail.com> <20191125180335.4491-2-bruno.thomsen@gmail.com> <33510132.vDMlCs1uOL@ada> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <33510132.vDMlCs1uOL@ada> 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 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 On Tue, Nov 26, 2019 at 08:49:55AM +0100, Alexander Dahl wrote: > This one LGTM. > > Tested-by: Alexander Dahl Both patches? Michael > 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 > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de