diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-03-17 22:53:11 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-21 12:24:31 -0400 |
commit | 646f1ab4bcfedf2db7df47a46ac2353366b7b2b7 (patch) | |
tree | 1a38fe253f264db844d34e322b6f4e69ebaf7efa /env | |
parent | 83853366e3f9eb76426a6b1bda810e470bce04f0 (diff) | |
download | u-boot-646f1ab4bcfedf2db7df47a46ac2353366b7b2b7.tar.gz u-boot-646f1ab4bcfedf2db7df47a46ac2353366b7b2b7.tar.bz2 u-boot-646f1ab4bcfedf2db7df47a46ac2353366b7b2b7.zip |
env: typo in description of ENV_IS_IN_REMOTE
%s/remove/remote/
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'env')
-rw-r--r-- | env/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/Kconfig b/env/Kconfig index b37dcd78eb..787b487bb2 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -277,7 +277,7 @@ config ENV_IS_IN_ONENAND provision. config ENV_IS_IN_REMOTE - bool "Environment is in remove memory space" + bool "Environment is in remote memory space" depends on !CHAIN_OF_TRUST help Define this if you have a remote memory space which you |