From dbb87bbd8eff11cf974caa2b5cc397aea444bc5a Mon Sep 17 00:00:00 2001 From: Ajay Bhargav <ajay.bhargav@einfochips.com> Date: Mon, 13 Feb 2012 03:30:38 +0000 Subject: [PATCH] Armada100: gplugD: Add FAT & EXT2 command support This patch adds FAT and ext2 command support for marvell gplugD Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com> --- include/configs/gplugd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h index 061ebe65f67..462cc7e16c8 100644 --- a/include/configs/gplugd.h +++ b/include/configs/gplugd.h @@ -73,6 +73,8 @@ #define CONFIG_CMD_AUTOSCRIPT #undef CONFIG_CMD_FPGA #define CONFIG_CMD_USB +#define CONFIG_CMD_EXT2 +#define CONFIG_CMD_FAT /* Disable DCACHE */ #define CONFIG_SYS_DCACHE_OFF -- GitLab