Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/uboot-tools: fix info in Config.in.host help section
@ 2022-06-29 18:29 Dominik Michael Rauh
  2022-07-06 21:43 ` Thomas Petazzoni via buildroot
  2022-07-23 14:36 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Dominik Michael Rauh @ 2022-06-29 18:29 UTC (permalink / raw)
  To: buildroot; +Cc: Dominik Michael Rauh, Matt Weber

The help section of "BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_REDUNDANT"
refers to U-Boot configuration option "CONFIG_ENV_SIZE_REDUND" which is
removed since U-Boot v2020.01, so remove this reference.

We may replace this with a reference to "CONFIG_ENV_OFFSET_REDUND" as
another indicator that a redundant environment image should be created.

This also fixes a minor typo in the same file.

Signed-off-by: Dominik Michael Rauh <dmrauh@posteo.de>
---
 package/uboot-tools/Config.in.host | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/uboot-tools/Config.in.host b/package/uboot-tools/Config.in.host
index 431cc8631d..622070405d 100644
--- a/package/uboot-tools/Config.in.host
+++ b/package/uboot-tools/Config.in.host
@@ -45,7 +45,7 @@ config BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE
 	  Generate a valid binary environment image from a text file
 	  describing the key=value pairs of the environment.
 
-	  This option can be useful to build enviornment configurations
+	  This option can be useful to build environment configurations
 	  as part of a Linux / rootfs only defconfig instead of using
 	  post scripts. This supports a hardware use case of a single
 	  bootloader only defconfig but multiple Linux / rootfs
@@ -81,8 +81,8 @@ config BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_REDUNDANT
 	  Some platforms define in their U-Boot configuration that the
 	  U-Boot environment should be duplicated in two locations (for
 	  extra safety). Check your U-Boot configuration for the
-	  CONFIG_ENV_ADDR_REDUND and CONFIG_ENV_SIZE_REDUND settings to
-	  see if this is the case for your platform.
+	  CONFIG_ENV_ADDR_REDUND and CONFIG_ENV_OFFSET_REDUND settings
+	  to see if this is the case for your platform.
 
 	  If it is the case, then you should enable this option to
 	  ensure that the U-Boot environment image generated by
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/uboot-tools: fix info in Config.in.host help section
  2022-06-29 18:29 [Buildroot] [PATCH 1/1] package/uboot-tools: fix info in Config.in.host help section Dominik Michael Rauh
@ 2022-07-06 21:43 ` Thomas Petazzoni via buildroot
  2022-07-23 14:36 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-07-06 21:43 UTC (permalink / raw)
  To: Dominik Michael Rauh; +Cc: Matt Weber, buildroot

On Wed, 29 Jun 2022 18:29:23 +0000
Dominik Michael Rauh <dmrauh@posteo.de> wrote:

> The help section of "BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_REDUNDANT"
> refers to U-Boot configuration option "CONFIG_ENV_SIZE_REDUND" which is
> removed since U-Boot v2020.01, so remove this reference.
> 
> We may replace this with a reference to "CONFIG_ENV_OFFSET_REDUND" as
> another indicator that a redundant environment image should be created.
> 
> This also fixes a minor typo in the same file.
> 
> Signed-off-by: Dominik Michael Rauh <dmrauh@posteo.de>
> ---
>  package/uboot-tools/Config.in.host | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/uboot-tools: fix info in Config.in.host help section
  2022-06-29 18:29 [Buildroot] [PATCH 1/1] package/uboot-tools: fix info in Config.in.host help section Dominik Michael Rauh
  2022-07-06 21:43 ` Thomas Petazzoni via buildroot
@ 2022-07-23 14:36 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-07-23 14:36 UTC (permalink / raw)
  To: Dominik Michael Rauh; +Cc: Matt Weber, buildroot

>>>>> "Dominik" == Dominik Michael Rauh <dmrauh@posteo.de> writes:

 > The help section of "BR2_PACKAGE_HOST_UBOOT_TOOLS_ENVIMAGE_REDUNDANT"
 > refers to U-Boot configuration option "CONFIG_ENV_SIZE_REDUND" which is
 > removed since U-Boot v2020.01, so remove this reference.

 > We may replace this with a reference to "CONFIG_ENV_OFFSET_REDUND" as
 > another indicator that a redundant environment image should be created.

 > This also fixes a minor typo in the same file.

 > Signed-off-by: Dominik Michael Rauh <dmrauh@posteo.de>

Committed to 2022.05.x and 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-23 14:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-29 18:29 [Buildroot] [PATCH 1/1] package/uboot-tools: fix info in Config.in.host help section Dominik Michael Rauh
2022-07-06 21:43 ` Thomas Petazzoni via buildroot
2022-07-23 14:36 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox