mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
env: typo in description of ENV_IS_IN_REMOTE
%s/remove/remote/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
83853366e3
commit
646f1ab4bc
1 changed files with 1 additions and 1 deletions
2
env/Kconfig
vendored
2
env/Kconfig
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue