Re: [PATCH v2] cmd: fat: Use do_save() for fatwrite

2020-10-24 Thread Tom Rini
On Tue, Oct 20, 2020 at 08:45:46AM +0100, Lad Prabhakar wrote: > do_save() function defined in fs.c also supports FAT file system > re-use the same for fatwrite command. > > Also fix the FAT test script to match the expected output. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Biju Das

[PATCH v2] cmd: fat: Use do_save() for fatwrite

2020-10-20 Thread Lad Prabhakar
do_save() function defined in fs.c also supports FAT file system re-use the same for fatwrite command. Also fix the FAT test script to match the expected output. Signed-off-by: Lad Prabhakar Reviewed-by: Biju Das --- v1->v2 * Fixed FAT test scripts * Sandbox test results: 655 passed, 76