[U-Boot] [PATCH V3 10/12] sandbox: enable CONFIG_CMD_FS_GENERIC
Simon Glass
sjg at chromium.org
Sat Feb 1 01:05:34 CET 2014
On 27 January 2014 13:50, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> Since the generic ls command no longer segfaults sandbox, enabling it.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
Acked-by: Simon Glass <sjg at chromium.org>
> ---
> v3: New patch.
> ---
> include/configs/sandbox.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
> index a6d55822b82e..e77d06bcd3ed 100644
> --- a/include/configs/sandbox.h
> +++ b/include/configs/sandbox.h
> @@ -42,6 +42,7 @@
> #define CONFIG_CMD_PART
> #define CONFIG_DOS_PARTITION
> #define CONFIG_HOST_MAX_DEVICES 4
> +#define CONFIG_CMD_FS_GENERIC
>
> #define CONFIG_SYS_VSNPRINTF
>
> --
> 1.8.1.5
>
More information about the U-Boot
mailing list