[PATCH 12/26] fs: Compile in sandbox filesystem in SPL if it is enabled
Simon Glass
sjg at chromium.org
Thu Oct 12 05:41:05 CEST 2023
On Wed, 11 Oct 2023 at 18:56, Sean Anderson <seanga2 at 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 <seanga2 at gmail.com>
> ---
>
> fs/Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list