]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: fat: add fatmkdir command
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 11 Sep 2018 06:59:11 +0000 (15:59 +0900)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:30 +0000 (21:55 +0200)
commit9e6596964d57c641be1a2777c39b2ec39c9044ea
tree03635b2920ac3970e6a38e77e7d7f1c0df36ab6f
parentdd93ad071138ce93d09ab38c9b4223373cf612f7
cmd: fat: add fatmkdir command

In this patch, a new command, fatmkdir, is added.

Please note that, as there is no notion of "current directory" on u-boot,
a directory name specified must contains an absolute directory path as
a parent directory. Otherwise, "/" (root directory) is assumed.

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