From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 02 Feb 2024 16:12:49 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rVvDj-0001ZG-2R for lore@lore.pengutronix.de; Fri, 02 Feb 2024 16:12:49 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rVvDk-00038I-IK; Fri, 02 Feb 2024 16:12:48 +0100 Received: from mail.thorsis.com ([92.198.35.195]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rVvDD-0002gk-7m; Fri, 02 Feb 2024 16:12:15 +0100 From: Alexander Dahl DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thorsis.com; s=default; t=1706886732; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=i8PrKWDYEx20VOrFYHEiqRCbEMP/0J+V9MFhsiA0u48=; b=vKEiD792WXC4fY4xcItPWTNC8hL20X27XbXY5AhFXXN9EGd47VPpeN04+thQmC8cKOG1ht Lj7991hDkjtC4ROhIrUQ4anpIgvlwxl1QYYs/9hQqu0UZOT7KRhQS/KmTfb+6SWdwg0hQ4 dT1o9xuo00mbj8LqEIByeYB/8gKFXtetLVXsk9frerEixRyfjRztJ9PzI14xbhtLU4I1oy 1wmRLtxKXoJLvYXfRwgRJs8ufo9EAxxEdAhWslM8c/N+v89Fsodtds+NpzNKvz2gtX8aZR 9pCTx5JURTtFCnzBWxZHK3Y6bWGF9HZB1HkdMf7B8/rWF4DF15pB/myrtB1MBg== To: ptxdist@pengutronix.de Date: Fri, 2 Feb 2024 16:12:05 +0100 Message-Id: <20240202151209.2535721-2-ada@thorsis.com> In-Reply-To: <20240202151209.2535721-1-ada@thorsis.com> References: <20240202151209.2535721-1-ada@thorsis.com> Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.8 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH 1/5] kernel-fit: Review help text X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: AVazquez , Enrico Jorns , Roland Hieber , Bastian Krause Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Fixed typos, mismatched case, and the variable name changed with commit f50cd1449e93 ("rework device-tree handling"). The double underscore in the migrate script help text was probably just a typo in the change back then. Signed-off-by: Alexander Dahl --- platforms/kernel-fit.in | 9 +++++---- scripts/migrate/migrate_platform | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/platforms/kernel-fit.in b/platforms/kernel-fit.in index b5f878354..0e82889b9 100644 --- a/platforms/kernel-fit.in +++ b/platforms/kernel-fit.in @@ -9,10 +9,11 @@ menuconfig KERNEL_FIT select IMAGE_ROOT_CPIO if KERNEL_FIT_INITRAMFS prompt "Generate images/linuximage.fit" help - Generate a FIT image from the kernel image. This will contain - the Kernel image and all device trees in PTXCONF_DTC_OFTREE_DTS. - Configurations are provided for each device tree together witt - the Kernel image. + Generate a FIT image from the kernel image. + This will contain the kernel image and all device trees in + PTXCONF_KERNEL_DTS. + Configurations are provided for each device tree together with + the kernel image. if KERNEL_FIT diff --git a/scripts/migrate/migrate_platform b/scripts/migrate/migrate_platform index c75705f3a..f7432bc1c 100755 --- a/scripts/migrate/migrate_platform +++ b/scripts/migrate/migrate_platform @@ -46,7 +46,7 @@ s/^\(\(# \)\?PTXCONF_TF_A_PLATFORM\>\)\(.*$\)/\1S\3/ # from : ptxdist-2020.07.0 # to : ptxdist-2020.08.0 # symbol : PTXCONF_DTC -> PTXCONF_KERNEL_DTB -# symbol : PTXCONF_DTC_OFTREE_DTS{,_PATH} -> PTXCONF_KERNEL__DTS{,_PATH} +# symbol : PTXCONF_DTC_OFTREE_DTS{,_PATH} -> PTXCONF_KERNEL_DTS{,_PATH} # reason : dtc package removed. Devicetrees are built and installed with the kernel # s/^\(\(# \)\?PTXCONF\)_DTC\>\(.*$\)/\1_KERNEL_DTB\3/ -- 2.39.2