commit | c24e58f599085efa79a61cb62170b6b2164b8ce9 | [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 | 87571b7f2077c567f8d050abe60ff5578f0b7cd8 [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>