From: Simon Glass Date: Mon, 3 Oct 2016 00:00:58 +0000 (-0600) Subject: README: Correct CONFIG_ENV_OFFSET_RENDUND typo X-Git-Tag: v2016.11-rc2~76 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9dd05fb8c83576fe9662beafe1f98e936ca2cd3a;p=u-boot README: Correct CONFIG_ENV_OFFSET_RENDUND typo Change this to CONFIG_ENV_OFFSET_REDUND. Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: York Sun --- diff --git a/README b/README index 03535fe7cd..26c434b804 100644 --- 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):