]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
README: Correct CONFIG_ENV_OFFSET_RENDUND typo
authorSimon Glass <sjg@chromium.org>
Mon, 3 Oct 2016 00:00:58 +0000 (18:00 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 7 Oct 2016 00:40:24 +0000 (20:40 -0400)
Change this to CONFIG_ENV_OFFSET_REDUND.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: York Sun <york.sun@nxp.com>
README

diff --git a/README b/README
index 03535fe7cd133e5794af845b22ea1c7e13f8b48a..26c434b8045161810c364602c2eb6b995614a6b4 100644 (file)
--- a/README
+++ b/README
@@ -4163,7 +4163,7 @@ to save the current settings.
          This setting describes a second storage area of CONFIG_ENV_SIZE
          size used to hold a redundant copy of the environment data, so
          that there is a valid backup copy in case there is a power failure
-         during a "saveenv" operation. CONFIG_ENV_OFFSET_RENDUND must be
+         during a "saveenv" operation. CONFIG_ENV_OFFSET_REDUND must be
          aligned to an erase sector boundary.
 
        - CONFIG_ENV_SPI_BUS (optional):
@@ -4214,7 +4214,7 @@ but it can not erase, write this NOR flash by SRIO or PCIE interface.
          This setting describes a second storage area of CONFIG_ENV_SIZE
          size used to hold a redundant copy of the environment data, so
          that there is a valid backup copy in case there is a power failure
-         during a "saveenv" operation.  CONFIG_ENV_OFFSET_RENDUND must be
+         during a "saveenv" operation.  CONFIG_ENV_OFFSET_REDUND must be
          aligned to an erase block boundary.
 
        - CONFIG_ENV_RANGE (optional):