diff options
author | Lukasz Majewski <lukma@denx.de> | 2019-05-16 16:01:36 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-07-19 20:14:50 +0200 |
commit | f63c43b8defb75a9f97d4552f4993537759a39dd (patch) | |
tree | b17376f85e3a92990ac9f84fa2b8b790127c6f1c /cmd | |
parent | 7cb179eef96990853f52fed80203c682f6fa4692 (diff) | |
download | u-boot-f63c43b8defb75a9f97d4552f4993537759a39dd.tar.gz |
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')
-rw-r--r-- | cmd/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index ca6de5040a..d9d26e6521 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 |