Re: [U-Boot] [PATCH 14/17] cmd: fat: add fatmkdir command

2018-07-23 Thread AKASHI Takahiro
On Fri, Jul 20, 2018 at 07:09:17PM +0200, Heinrich Schuchardt wrote: > On 07/20/2018 04:57 AM, AKASHI Takahiro wrote: > > 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

Re: [U-Boot] [PATCH 14/17] cmd: fat: add fatmkdir command

2018-07-20 Thread Heinrich Schuchardt
On 07/20/2018 04:57 AM, AKASHI Takahiro wrote: > 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 direc

[U-Boot] [PATCH 14/17] cmd: fat: add fatmkdir command

2018-07-19 Thread AKASHI Takahiro
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 --- c