commit | 14fa1bd56adff7fd7ff24c4bf53276d3f8343165 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Oct 14 16:47:48 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 17 20:50:52 2023 -0400 |
tree | 8a9fb4868e566b07b51ea8e07b629c58623c1f0b | |
parent | 0da4980b69e8e497038f233dd90e3ea3782c0a77 [diff] |
fs: Disable sandbox filesystem in SPL Don't bother compiling the sandbox filesystem in SPL for now, as it is not needed. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>