diff mbox

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

Message ID 1329123447-21617-4-git-send-email-ajay.bhargav@einfochips.com
State Accepted
Commit dbb87bbd8eff11cf974caa2b5cc397aea444bc5a
Headers show

Commit Message

Ajay Bhargav Feb. 13, 2012, 8:57 a.m. UTC
This patch adds FAT and ext2 command support for marvell gplugD

Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
---
Changes for v2:
	- added this new patch for command support

 include/configs/gplugd.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Marek Vasut Feb. 13, 2012, 9:04 a.m. UTC | #1
> This patch adds FAT and ext2 command support for marvell gplugD
> 
> Signed-off-by: Ajay Bhargav <ajay.bhargav@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 ;-)
Prafulla Wadaskar Feb. 13, 2012, 9:29 a.m. UTC | #2
> -----Original Message-----
> From: Marek Vasut [mailto:marex@denx.de]
> Sent: 13 February 2012 14:35
> To: Ajay Bhargav
> Cc: linux@bohmer.net; Prafulla Wadaskar; u-boot@lists.denx.de
> Subject: Re: [v2 4/4] 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>
> > ---
> > 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 ;-

Or you may exclude this patch from this series and post it as a standalone patch (in fact it is).

Regards..
Prafulla . . .
Ajay Bhargav Feb. 13, 2012, 10:09 a.m. UTC | #3
On Monday 13 February 2012 02:59 PM, Prafulla Wadaskar wrote:
>
>> -----Original Message-----
>> From: Marek Vasut [mailto:marex@denx.de]
>> Sent: 13 February 2012 14:35
>> To: Ajay Bhargav
>> Cc: linux@bohmer.net; Prafulla Wadaskar; u-boot@lists.denx.de
>> Subject: Re: [v2 4/4] 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>
>>> ---
>>> 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 ;-
> Or you may exclude this patch from this series and post it as a standalone patch (in fact it is).
>
> Regards..
> Prafulla . . .
>
I better send a new one :) out of this patch series.

Regards,
Ajay Bhargav
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