mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-24 10:52:13 +01:00
cmd: nand: more descriptive help info
nand read/write raw change 'count' to 'pages' since count is ambiguous Signed-off-by: david regan <dregan@broadcom.com> Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
This commit is contained in:
parent
590c28b378
commit
7ec4e91b2f
@ -1026,8 +1026,8 @@ U_BOOT_LONGHELP(nand,
|
||||
"nand write - addr off|partition size\n"
|
||||
" read/write 'size' bytes starting at offset 'off'\n"
|
||||
" to/from memory address 'addr', skipping bad blocks.\n"
|
||||
"nand read.raw - addr off|partition [count]\n"
|
||||
"nand write.raw[.noverify] - addr off|partition [count]\n"
|
||||
"nand read.raw - addr off|partition [pages]\n"
|
||||
"nand write.raw[.noverify] - addr off|partition [pages]\n"
|
||||
" Use read.raw/write.raw to avoid ECC and access the flash as-is.\n"
|
||||
#ifdef CONFIG_CMD_NAND_TRIMFFS
|
||||
"nand write.trimffs - addr off|partition size\n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user