]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: fat: add offset parameter to fatwrite
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 11 Sep 2018 06:59:07 +0000 (15:59 +0900)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:29 +0000 (21:55 +0200)
commitcda40b2aea39ec05683a2895f31c630ef2ce5131
tree65f1979811c893820065a39d348c32449b3dfe21
parentcb8af8af5ba03ae8e0a7315b66bfcc46d5c55627
cmd: fat: add offset parameter to fatwrite

In this patch, fatwrite command is extended so as to accept an additional
parameter of file offset.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/fat.c