1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-28 07:57:15 +01:00
Files
u-boot-megous/include/fs.h
Simon Glass de7b5a8a1a fs: Create functions to load and allocate a file
This functionality current sits in bootstd, but it is more generally
useful. Add a function to load a file into memory, allocating it as
needed. Adjust bootstd to use this version.

Note: Tests are added in the subsequent patch which converts the 'cat'
command to use this function.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-07-14 12:54:51 -04:00

10 KiB