
On 05/05/15 23:09, Soeren Moch wrote:
Add CONFIG_CMD_EXT4_WRITE to enable ext4 write support.
Signed-off-by: Soeren Moch smoch@web.de
Cc: Stefano Babic sbabic@denx.de
include/configs/tbs2910.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index 1f3c3d8..d0d6a30 100644 --- a/include/configs/tbs2910.h +++ b/include/configs/tbs2910.h @@ -83,6 +83,7 @@
/* Filesystems / image support */ #define CONFIG_CMD_EXT4 +#define CONFIG_CMD_EXT4_WRITE #define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION #define CONFIG_EFI_PARTITION
Stefano,
if the series [PATCH 0/10 v2] i.MX6: move duplicated options to mx6_common to standardise mx6 config http://lists.denx.de/pipermail/u-boot/2015-May/213883.html
will be applied (what I think would be a good idea), then please drop this patch.
Thanks, Soeren