
1 Jun
2017
1 Jun
'17
12:47 p.m.
When fat command is enabled, enable fatwrite too so U-Boot can create new files too.
Signed-off-by: Sekhar Nori nsekhar@ti.com --- include/configs/omapl138_lcdk.h | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h index 9db4eeb54edf..a5be773eed9d 100644 --- a/include/configs/omapl138_lcdk.h +++ b/include/configs/omapl138_lcdk.h @@ -303,6 +303,10 @@ #define CONFIG_CMD_UBIFS #endif
+#ifdef CONFIG_CMD_FAT +#define CONFIG_FAT_WRITE +#endif + #if !defined(CONFIG_USE_NAND) && \ !defined(CONFIG_SYS_USE_NOR) && \ !defined(CONFIG_USE_SPIFLASH)
--
2.9.0