commit | 9890c684473caad9e1e706a51c452715283f51c5 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Thu Feb 21 06:55:40 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Mar 12 12:43:31 2013 -0400 |
tree | 4bfc2abc62ac7e944b253c77077551b134a6c419 | |
parent | 57cb6a3947a5495de7eb5a6778bc93b6270c2a31 [diff] |
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>