[U-Boot] [PATCH v2] cmd_fat: add FAT write command
Mike Frysinger
vapier at gentoo.org
Tue Dec 20 19:22:30 CET 2011
On Monday 19 December 2011 22:48:06 Donggeun Kim wrote:
> --- a/common/cmd_fat.c
> +++ b/common/cmd_fat.c
>
> + if (argc < 5) {
> + printf("usage: fatwrite <interface> <dev[:part]> "
> + "<addr> <filename> <bytes>\n");
> + return 1;
return cmd_usage(cmdtp);
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20111220/001ab9d3/attachment.pgp>
More information about the U-Boot
mailing list