commit | 896ed4be324e1a5479be0b65e4f40919f67c6c70 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 24 23:31:04 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 25 10:00:03 2022 -0400 |
tree | 6cd3d3b1f5edb32eb63a42f2fda0e1c53a0c785f | |
parent | f3086cfb91f36dbdf35e503e91299c0e035341c2 [diff] |
fs: Add a function to set the filesystem type When sandbox is used with hostfs we won't have a block device, but still must set up the filesystem type before any filesystem operation, such as loading a file. Add a function to handle this. Signed-off-by: Simon Glass <sjg@chromium.org>