1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-26 18:34:35 +01:00
Files
u-boot-megous/cmd/fat.c
Stefan Brüns 454e3d9030 cmd/fat: Do not crash on write when <bytes> is not specified
argc is checked, but is off by one. In case <bytes> is not specified,
create an empty file, which is identical to the ext4write behaviour.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2016-09-23 08:55:58 -04:00

3.7 KiB