From: Stephen Warren Date: Mon, 3 Feb 2014 20:21:08 +0000 (-0700) Subject: sandbox: enable CONFIG_CMD_FS_GENERIC X-Git-Tag: v2014.04-rc1~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=89ba42d18303d06d49ca14de2d46c82bbdcad06c;p=platform%2Fkernel%2Fu-boot.git sandbox: enable CONFIG_CMD_FS_GENERIC Since the generic ls command no longer segfaults sandbox, enable it. Signed-off-by: Stephen Warren Acked-by: Simon Glass --- diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index a6d5582..e77d06b 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