From 50f82203b72bf0d3df30306e3104b646f77ae916 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Mon, 30 Jun 2014 15:41:30 +0200 Subject: [PATCH] board: karo: enable CONFIG_FAT_WRITE for all modules --- include/configs/tx28.h | 1 + include/configs/tx48.h | 1 + include/configs/tx51.h | 1 + include/configs/tx53.h | 1 + 4 files changed, 4 insertions(+) diff --git a/include/configs/tx28.h b/include/configs/tx28.h index 78f1c3d1cb..dd12b94813 100644 --- a/include/configs/tx28.h +++ b/include/configs/tx28.h @@ -266,6 +266,7 @@ #define CONFIG_DOS_PARTITION #define CONFIG_CMD_FAT +#define CONFIG_FAT_WRITE #define CONFIG_CMD_EXT2 /* diff --git a/include/configs/tx48.h b/include/configs/tx48.h index b14f507d92..db3c04a189 100644 --- a/include/configs/tx48.h +++ b/include/configs/tx48.h @@ -257,6 +257,7 @@ #define CONFIG_DOS_PARTITION #define CONFIG_CMD_FAT +#define CONFIG_FAT_WRITE #define CONFIG_CMD_EXT2 /* diff --git a/include/configs/tx51.h b/include/configs/tx51.h index 633bef392b..a360acc7c3 100644 --- a/include/configs/tx51.h +++ b/include/configs/tx51.h @@ -240,6 +240,7 @@ #define CONFIG_DOS_PARTITION #define CONFIG_CMD_FAT +#define CONFIG_FAT_WRITE #define CONFIG_CMD_EXT2 /* diff --git a/include/configs/tx53.h b/include/configs/tx53.h index 4118062d37..6281f4836b 100644 --- a/include/configs/tx53.h +++ b/include/configs/tx53.h @@ -246,6 +246,7 @@ #define CONFIG_DOS_PARTITION #define CONFIG_CMD_FAT +#define CONFIG_FAT_WRITE #define CONFIG_CMD_EXT2 /* -- 2.39.2