mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +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.
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue