From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200327070831.8739-1-ada@thorsis.com> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Wed, 01 Apr 2020 17:06:43 +0200 Subject: Re: [ptxdist] 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 Cc: Alexander Dahl Thanks, applied as 403cd8884939d430aecbecbf8db3d567a209ff64. Michael [sent from post-receive hook] On Wed, 01 Apr 2020 17:06:43 +0200, 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)) > 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 := \ > _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de