On Wed, 11 Oct 2023 at 18:56, Sean Anderson <sean...@gmail.com> wrote: > > fs.c thinks that the sandbox filesystem is available if SANDBOX is enabled, > but it is not in SPL. Compile it in SPL to avoid linker errors. > > Signed-off-by: Sean Anderson <sean...@gmail.com> > --- > > fs/Makefile | 1 + > 1 file changed, 1 insertion(+) >
Reviewed-by: Simon Glass <s...@chromium.org>