public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] imx6: novena: Reinstate missing CONFIG_FAT_WRITE
@ 2015-05-28 11:52 Marek Vasut
  2015-05-28 13:32 ` Peter Robinson
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2015-05-28 11:52 UTC (permalink / raw)
  To: u-boot

Commit a380ce6e9698257c4e8be4c0711b09c90a8febff removed CONFIG_FAT_WRITE
from novena.h , so Novena lost ability to write FAT partitions. Add this
functionality back.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Peter Robinson <pbrobinson@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>
---
 include/configs/novena.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/novena.h b/include/configs/novena.h
index 1f93269..519c26a 100644
--- a/include/configs/novena.h
+++ b/include/configs/novena.h
@@ -24,6 +24,7 @@
 #define CONFIG_CMD_DHCP
 #define CONFIG_CMD_EEPROM
 #define CONFIG_CMD_I2C
+#define CONFIG_FAT_WRITE
 #define CONFIG_CMD_FUSE
 #define CONFIG_CMD_MII
 #define CONFIG_CMD_NET
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] imx6: novena: Reinstate missing CONFIG_FAT_WRITE
  2015-05-28 11:52 [U-Boot] [PATCH] imx6: novena: Reinstate missing CONFIG_FAT_WRITE Marek Vasut
@ 2015-05-28 13:32 ` Peter Robinson
  2015-05-28 13:34   ` Marek Vasut
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Robinson @ 2015-05-28 13:32 UTC (permalink / raw)
  To: u-boot

On Thu, May 28, 2015 at 12:52 PM, Marek Vasut <marex@denx.de> wrote:
> Commit a380ce6e9698257c4e8be4c0711b09c90a8febff removed CONFIG_FAT_WRITE
> from novena.h , so Novena lost ability to write FAT partitions. Add this
> functionality back.

Can we add it to mx6_common instead?

Peter

> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Peter Robinson <pbrobinson@gmail.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
>  include/configs/novena.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/novena.h b/include/configs/novena.h
> index 1f93269..519c26a 100644
> --- a/include/configs/novena.h
> +++ b/include/configs/novena.h
> @@ -24,6 +24,7 @@
>  #define CONFIG_CMD_DHCP
>  #define CONFIG_CMD_EEPROM
>  #define CONFIG_CMD_I2C
> +#define CONFIG_FAT_WRITE
>  #define CONFIG_CMD_FUSE
>  #define CONFIG_CMD_MII
>  #define CONFIG_CMD_NET
> --
> 2.1.4
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] imx6: novena: Reinstate missing CONFIG_FAT_WRITE
  2015-05-28 13:32 ` Peter Robinson
@ 2015-05-28 13:34   ` Marek Vasut
  0 siblings, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2015-05-28 13:34 UTC (permalink / raw)
  To: u-boot

On Thursday, May 28, 2015 at 03:32:41 PM, Peter Robinson wrote:
> On Thu, May 28, 2015 at 12:52 PM, Marek Vasut <marex@denx.de> wrote:
> > Commit a380ce6e9698257c4e8be4c0711b09c90a8febff removed CONFIG_FAT_WRITE
> > from novena.h , so Novena lost ability to write FAT partitions. Add this
> > functionality back.
> 
> Can we add it to mx6_common instead?

That'd change the behavior on multiple boards, but CONFIG_FAT_WRITE was
enabled only ever on Novena.

Best regards,
Marek Vasut

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-28 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-28 11:52 [U-Boot] [PATCH] imx6: novena: Reinstate missing CONFIG_FAT_WRITE Marek Vasut
2015-05-28 13:32 ` Peter Robinson
2015-05-28 13:34   ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox