From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 08 Feb 2024 17:09:00 +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 1rY6xP-008tLu-0R for lore@lore.pengutronix.de; Thu, 08 Feb 2024 17:09:00 +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 1rY6xP-0007pQ-Rj; Thu, 08 Feb 2024 17:08:59 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rY6sA-0002D4-2T; Thu, 08 Feb 2024 17:03:34 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rY6s9-005FG0-FC; Thu, 08 Feb 2024 17:03:33 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rY6s9-00Dd8I-1N; Thu, 08 Feb 2024 17:03:33 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 8 Feb 2024 17:03:33 +0100 Message-Id: <20240208160333.3248680-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240202151209.2535721-2-ada@thorsis.com> References: <20240202151209.2535721-2-ada@thorsis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] 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: Alexander Dahl 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 Thanks, applied as 12cafdf4df8fbf127757805f7d4c65faa861bb98. Michael [sent from post-receive hook] On Thu, 08 Feb 2024 17:03:33 +0100, Alexander Dahl wrote: > 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 > Message-Id: <20240202151209.2535721-2-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > diff --git a/platforms/kernel-fit.in b/platforms/kernel-fit.in > index b5f8783540c3..0e82889b9ede 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 c75705f3a1cb..f7432bc1cfb4 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/