From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI Takahiro Date: Tue, 24 Jul 2018 11:07:15 +0900 Subject: [U-Boot] [PATCH 14/17] cmd: fat: add fatmkdir command In-Reply-To: References: <20180720025723.6736-1-takahiro.akashi@linaro.org> <20180720025723.6736-15-takahiro.akashi@linaro.org> Message-ID: <20180724020714.GZ11258@linaro.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 an absolute directory path as > > a parent directory. Otherwise, "/" (root directory) is assumed. > > > > Signed-off-by: AKASHI Takahiro > > --- > > Please, provide a Python test with an additional patch. Please see my reply to Simon's/Tom's comments. > Reviewed-by: Heinrich Schuchardt Thanks a lot for your review. -Takahiro AKASHI