diff mbox

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

Message ID 1329139838-32146-1-git-send-email-ajay.bhargav@einfochips.com
State Accepted
Delegated to: Marek Vasut
Headers show

Commit Message

Ajay Bhargav Feb. 13, 2012, 1:30 p.m. UTC
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 files changed, 2 insertions(+), 0 deletions(-)

Comments

Prafulla Wadaskar March 2, 2012, 7:28 a.m. UTC | #1
> -----Original Message-----
> From: Ajay Bhargav [mailto:ajay.bhargav@einfochips.com]
> Sent: 13 February 2012 19:01
> To: Prafulla Wadaskar
> Cc: marek.vasut@gmail.com; u-boot@lists.denx.de; Ajay Bhargav
> 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 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
> --
> 1.7.7.2


Applied to u-boot-marvell.git next branch

Regards..
Prafulla . . .
Marek Vasut March 2, 2012, 10:37 a.m. UTC | #2
> > -----Original Message-----
> > From: Ajay Bhargav [mailto:ajay.bhargav@einfochips.com]
> > Sent: 13 February 2012 19:01
> > To: Prafulla Wadaskar
> > Cc: marek.vasut@gmail.com; u-boot@lists.denx.de; Ajay Bhargav
> > 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 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
> > 
> > --
> > 1.7.7.2
> 
> Applied to u-boot-marvell.git next branch
> 
> Regards..
> Prafulla . . .

Ok, dropping them as I see you picked them all. Thanks for picking them up, 
Prafulla.

M
diff mbox

Patch

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