|
@@ -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
|