Skip to content
Snippets Groups Projects
Commit cf659819 authored by Stephen Warren's avatar Stephen Warren Committed by Tom Rini
Browse files

fs: implement size/fatsize/ext4size


These commands may be used to determine the size of a file without
actually reading the whole file content into memory. This may be used
to determine if the file will fit into the memory buffer that will
contain it. In particular, the DFU code will use it for this purpose
in the next commit.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent e76b933e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment