]> git.ipfire.org Git - thirdparty/u-boot.git/commit
fs: Disable sandbox filesystem in SPL
authorSean Anderson <seanga2@gmail.com>
Sat, 14 Oct 2023 20:47:48 +0000 (16:47 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 18 Oct 2023 00:50:52 +0000 (20:50 -0400)
commitc39d22c337c7e25c07fff6dcd54b9a96cfcd9687
tree8a9fb4868e566b07b51ea8e07b629c58623c1f0b
parent841c4d608852a66615a66015b8ffe866e9354f77
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>
fs/fs.c