[U-Boot] [PATCH 11/17] fs: add mkdir interface
Simon Glass
sjg at chromium.org
Mon Jul 23 23:48:13 UTC 2018
Hi,
On 20 July 2018 at 11:35, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> On 07/20/2018 04:57 AM, AKASHI Takahiro wrote:
>> "mkdir" interface is added to file operations.
>> This is a preparatory change as mkdir support for FAT file system
>> will be added in next patch.
>>
>> Signed-off-by: AKASHI Takahiro <takahiro.akashi at linaro.org>
>> ---
>> fs/fs.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
>> include/fs.h | 10 ++++++++++
>> 2 files changed, 55 insertions(+)
>>
We need to get a proper fs test in place before we add any more stuff.
Does someone waent to try converting fs-test.sh to pytest in test/py/tests ?
Regards,
Simon
More information about the U-Boot
mailing list