aboutsummaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2019-05-16 16:01:36 +0200
committerStefano Babic <sbabic@denx.de>2019-07-19 20:14:50 +0200
commitf63c43b8defb75a9f97d4552f4993537759a39dd (patch)
treeb17376f85e3a92990ac9f84fa2b8b790127c6f1c /cmd/Kconfig
parent7cb179eef96990853f52fed80203c682f6fa4692 (diff)
downloadu-boot-f63c43b8defb75a9f97d4552f4993537759a39dd.zip
u-boot-f63c43b8defb75a9f97d4552f4993537759a39dd.tar.gz
u-boot-f63c43b8defb75a9f97d4552f4993537759a39dd.tar.bz2
Kconfig: cosmetic: Update description of CMD_SPL_NAND_OFS
The CMD_SPL_NAND_OFS description was a bit misleading, has been updated. Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index ca6de50..d9d26e6 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -325,8 +325,7 @@ config CMD_SPL
command.
config CMD_SPL_NAND_OFS
- hex "Offset of OS command line args for Falcon-mode NAND boot"
- depends on CMD_SPL
+ hex "Offset of OS args or dtb for Falcon-mode NAND boot"
depends on CMD_SPL && (TPL_NAND_SUPPORT || SPL_NAND_SUPPORT)
default 0
help