[U-Boot] [v2 4/4] Armada100: gplugD: Add FAT & EXT2 command support

Marek Vasut marex at denx.de
Mon Feb 13 10:04:58 CET 2012


> This patch adds FAT and ext2 command support for marvell gplugD
> 
> Signed-off-by: Ajay Bhargav <ajay.bhargav at einfochips.com>
> ---
> Changes for v2:
> 	- added this new patch for command support
> 
>  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

Just squash it with the previous patch, it's related to it anyway ;-)


More information about the U-Boot mailing list