diff options
author | Ajay Bhargav <ajay.bhargav@einfochips.com> | 2012-02-13 03:30:38 +0000 |
---|---|---|
committer | Marek Vasut <marek.vasut@gmail.com> | 2012-03-19 00:08:26 +0100 |
commit | dbb87bbd8eff11cf974caa2b5cc397aea444bc5a (patch) | |
tree | 538a7ff5a725c9f136d7470a387febf41ca2b703 /include/configs | |
parent | 099cb1eea9ed837f717082521dfb3c0c809e4c50 (diff) | |
download | u-boot-imx-dbb87bbd8eff11cf974caa2b5cc397aea444bc5a.zip u-boot-imx-dbb87bbd8eff11cf974caa2b5cc397aea444bc5a.tar.gz u-boot-imx-dbb87bbd8eff11cf974caa2b5cc397aea444bc5a.tar.bz2 |
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/gplugd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h index 061ebe6..462cc7e 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 |