env: Kconfig: fix typo
Change-Id: I02f0d7e83ab216e8cecba9d8f3e3a9b223afaed4 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
parent
ce7f8a1146
commit
48802b420e
|
|
@ -360,7 +360,7 @@ config ENV_IS_IN_UBI
|
|||
|
||||
config ENV_IS_IN_BLK_DEV
|
||||
bool "Environment in a block device"
|
||||
depends on !CHAIN_OF_TRUST && CONFIG_BLK
|
||||
depends on !CHAIN_OF_TRUST && BLK
|
||||
help
|
||||
Define this if you have an Block device which you want to use for the
|
||||
environment.
|
||||
|
|
|
|||
Loading…
Reference in New Issue