diff mbox

[U-Boot,03/16] README: Correct CONFIG_ENV_OFFSET_RENDUND typo

Message ID 1475452871-16982-4-git-send-email-sjg@chromium.org
State Accepted
Commit 9dd05fb8c83576fe9662beafe1f98e936ca2cd3a
Delegated to: Tom Rini
Headers show

Commit Message

Simon Glass Oct. 3, 2016, midnight UTC
Change this to CONFIG_ENV_OFFSET_REDUND.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Bin Meng Oct. 5, 2016, 6:11 a.m. UTC | #1
On Mon, Oct 3, 2016 at 8:00 AM, Simon Glass <sjg@chromium.org> wrote:
> Change this to CONFIG_ENV_OFFSET_REDUND.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>  README | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tom Rini Oct. 7, 2016, 12:42 a.m. UTC | #2
On Sun, Oct 02, 2016 at 06:00:58PM -0600, Simon Glass wrote:

> Change this to CONFIG_ENV_OFFSET_REDUND.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/README b/README
index e0c78fb..57dd79c 100644
--- a/README
+++ b/README
@@ -4156,7 +4156,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):
@@ -4207,7 +4207,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):