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 1jHj6e-0000IC-Cb for ptxdist@pengutronix.de; Fri, 27 Mar 2020 08:08:40 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id C6B83EBD for ; Fri, 27 Mar 2020 08:08:38 +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 29XpAl4JTxHR for ; Fri, 27 Mar 2020 08:08:34 +0100 (CET) Received: from adahl by ada.ifak-system.com with local (Exim 4.89) (envelope-from ) id 1jHj6V-0002Hf-Mp for ptxdist@pengutronix.de; Fri, 27 Mar 2020 08:08:31 +0100 From: Alexander Dahl Date: Fri, 27 Mar 2020 08:08:31 +0100 Message-Id: <20200327070831.8739-1-ada@thorsis.com> Subject: [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 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 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 := \ -- 2.20.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de