mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
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>
This commit is contained in:
parent
7cb179eef9
commit
f63c43b8de
1 changed files with 1 additions and 2 deletions
|
@ -325,8 +325,7 @@ config CMD_SPL
|
||||||
command.
|
command.
|
||||||
|
|
||||||
config CMD_SPL_NAND_OFS
|
config CMD_SPL_NAND_OFS
|
||||||
hex "Offset of OS command line args for Falcon-mode NAND boot"
|
hex "Offset of OS args or dtb for Falcon-mode NAND boot"
|
||||||
depends on CMD_SPL
|
|
||||||
depends on CMD_SPL && (TPL_NAND_SUPPORT || SPL_NAND_SUPPORT)
|
depends on CMD_SPL && (TPL_NAND_SUPPORT || SPL_NAND_SUPPORT)
|
||||||
default 0
|
default 0
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Reference in a new issue