projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac0a32
)
configs: omapl138_lcdk: dont disable fat write
author
Sekhar Nori
<nsekhar@ti.com>
Tue, 6 Jun 2017 11:41:53 +0000
(17:11 +0530)
committer
Tom Rini
<trini@konsulko.com>
Sat, 10 Jun 2017 00:34:57 +0000
(20:34 -0400)
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>
configs/omapl138_lcdk_defconfig
patch
|
blob
|
history
diff --git
a/configs/omapl138_lcdk_defconfig
b/configs/omapl138_lcdk_defconfig
index
b5d14d2
..
c6f474a
100644
(file)
--- 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