env: Kconfig: fix typo

Change-Id: I02f0d7e83ab216e8cecba9d8f3e3a9b223afaed4
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2019-05-30 14:18:15 +08:00
parent ce7f8a1146
commit 48802b420e
1 changed files with 1 additions and 1 deletions

2
env/Kconfig vendored
View File

@ -360,7 +360,7 @@ config ENV_IS_IN_UBI
config ENV_IS_IN_BLK_DEV config ENV_IS_IN_BLK_DEV
bool "Environment in a block device" bool "Environment in a block device"
depends on !CHAIN_OF_TRUST && CONFIG_BLK depends on !CHAIN_OF_TRUST && BLK
help help
Define this if you have an Block device which you want to use for the Define this if you have an Block device which you want to use for the
environment. environment.