]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_fat.c: Note in fatread help about alignment requirements
authorTom Rini <trini@ti.com>
Thu, 21 Feb 2013 06:55:40 +0000 (06:55 +0000)
committerTom Rini <trini@ti.com>
Tue, 12 Mar 2013 16:43:31 +0000 (12:43 -0400)
commit01fac041cb32408a4fc5f4617381da6ec609a8dc
tree4bfc2abc62ac7e944b253c77077551b134a6c419
parentf1932b78505aa52fc29e5862ed8588a6f1bbe3ec
cmd_fat.c: Note in fatread help about alignment requirements

When using the partial read feature of fatwrite the buffer we read into
can become unaligned not just due to initial location but the size of
our partial reads as well.  Make this clear in the help text.

Signed-off-by: Tom Rini <trini@ti.com>
common/cmd_fat.c