All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] configs: omapl138_lcdk: dont disable fat write
@ 2017-06-06 11:41 Sekhar Nori
  2017-06-06 13:28 ` Tom Rini
  2017-06-10 13:47 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Sekhar Nori @ 2017-06-06 11:41 UTC (permalink / raw)
  To: u-boot

CONFIG_FAT_WRITE is imply'ed when CONFIG_CMD_FAT
is selected (see CONFIG_TI_COMMON_CMD_OPTIONS).

Dont disable it in defconfig so the imply takes
effect and 'fatwrite' is available for users.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
---
 configs/omapl138_lcdk_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
index b5d14d2cc45d..c6f474a9b2b0 100644
--- a/configs/omapl138_lcdk_defconfig
+++ b/configs/omapl138_lcdk_defconfig
@@ -31,5 +31,4 @@ CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
 CONFIG_SYS_NS16550=y
-# CONFIG_FAT_WRITE is not set
 CONFIG_OF_LIBFDT=y
-- 
2.9.0

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

* [U-Boot] [PATCH] configs: omapl138_lcdk: dont disable fat write
  2017-06-06 11:41 [U-Boot] [PATCH] configs: omapl138_lcdk: dont disable fat write Sekhar Nori
@ 2017-06-06 13:28 ` Tom Rini
  2017-06-10 13:47 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2017-06-06 13:28 UTC (permalink / raw)
  To: u-boot

On Tue, Jun 06, 2017 at 05:11:53PM +0530, Sekhar Nori wrote:

> CONFIG_FAT_WRITE is imply'ed when CONFIG_CMD_FAT
> is selected (see CONFIG_TI_COMMON_CMD_OPTIONS).
> 
> Dont disable it in defconfig so the imply takes
> effect and 'fatwrite' is available for users.
> 
> Signed-off-by: Sekhar Nori <nsekhar@ti.com>

I was hoping it would come down to something like this, thanks.

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170606/722ab7bc/attachment.sig>

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

* [U-Boot] configs: omapl138_lcdk: dont disable fat write
  2017-06-06 11:41 [U-Boot] [PATCH] configs: omapl138_lcdk: dont disable fat write Sekhar Nori
  2017-06-06 13:28 ` Tom Rini
@ 2017-06-10 13:47 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2017-06-10 13:47 UTC (permalink / raw)
  To: u-boot

On Tue, Jun 06, 2017 at 05:11:53PM +0530, Sekhar Nori wrote:

> CONFIG_FAT_WRITE is imply'ed when CONFIG_CMD_FAT
> is selected (see CONFIG_TI_COMMON_CMD_OPTIONS).
> 
> Dont disable it in defconfig so the imply takes
> effect and 'fatwrite' is available for users.
> 
> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170610/a6ed1c44/attachment.sig>

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

end of thread, other threads:[~2017-06-10 13:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-06 11:41 [U-Boot] [PATCH] configs: omapl138_lcdk: dont disable fat write Sekhar Nori
2017-06-06 13:28 ` Tom Rini
2017-06-10 13:47 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.