projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cb179e
)
Kconfig: cosmetic: Update description of CMD_SPL_NAND_OFS
author
Lukasz Majewski
<lukma@denx.de>
Thu, 16 May 2019 14:01:36 +0000
(16:01 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 19 Jul 2019 18:14:50 +0000
(20:14 +0200)
The CMD_SPL_NAND_OFS description was a bit misleading, has
been updated.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
cmd/Kconfig
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index ca6de5040af21735f184fe3f6fbaadc6dcfdc574..d9d26e6521f9c72d51f23316946dc15c4378cb4a 100644
(file)
--- 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