From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.lab.pengutronix.de) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jHoDy-00058c-Uj for ptxdist@pengutronix.de; Fri, 27 Mar 2020 13:36:34 +0100 Received: from mol by dude02.lab.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1jHoDy-0003GY-MG for ptxdist@pengutronix.de; Fri, 27 Mar 2020 13:36:34 +0100 Date: Fri, 27 Mar 2020 13:36:34 +0100 From: Michael Olbrich Message-ID: <20200327123634.GB5618@pengutronix.de> References: <20200327070831.8739-1-ada@thorsis.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200327070831.8739-1-ada@thorsis.com> Subject: Re: [ptxdist] [PATCH] u-boot: Fix typos in cfghash calls 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 On Fri, Mar 27, 2020 at 08:08:31AM +0100, Alexander Dahl wrote: > Fixes: 189159b2c34b ("u-boot: use ptx/cfghash-file instead of manual tricks to rebuild the package") > Signed-off-by: Alexander Dahl > --- > rules/u-boot.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/u-boot.make b/rules/u-boot.make > index 66f40cad6..7454e9a0c 100644 > --- a/rules/u-boot.make > +++ b/rules/u-boot.make > @@ -40,13 +40,13 @@ ifdef PTXCONF_U_BOOT_BOOT_SCRIPT > U_BOOT_BOOT_SCRIPT_TXT := $(call ptx/in-platformconfigdir, uboot.scr) > U_BOOT_BOOT_SCRIPT_BIN := $(call remove_quotes, \ > $(PTXCONF_U_BOOT_BOOT_SCRIPT_ROOTFS_PATH)) > -$(call ptx/cfghash-file, OS_RELEU_BOOT, $(U_BOOT_BOOT_SCRIPT_TXT)) > +$(call ptx/cfghash-file, U_BOOT, $(U_BOOT_BOOT_SCRIPT_TXT)) Ugh, right. I should have tested this a bit more. Thanks for catching this. Michael > endif > > ifdef PTXCONF_U_BOOT_ENV_IMAGE_CUSTOM > U_BOOT_ENV_IMAGE_CUSTOM_SRC := $(call ptx/in-platformconfigdir, \ > $(call remove_quotes, $(PTXCONF_U_BOOT_ENV_IMAGE_CUSTOM_SOURCE))) > -$(call ptx/cfghash-file, OS_RELEU_BOOT, $(U_BOOT_ENV_IMAGE_CUSTOM_SRC)) > +$(call ptx/cfghash-file, U_BOOT, $(U_BOOT_ENV_IMAGE_CUSTOM_SRC)) > endif > > U_BOOT_WRAPPER_BLACKLIST := \ > -- > 2.20.1 > > > _______________________________________________ > 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