[U-Boot] [PATCH 5/5] tbs2910: add ext4 write support

Soeren Moch smoch at web.de
Tue May 5 23:09:22 CEST 2015


Add CONFIG_CMD_EXT4_WRITE to enable ext4 write support.

Signed-off-by: Soeren Moch <smoch at web.de>
---
Cc: Stefano Babic <sbabic at 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
-- 
1.9.1



More information about the U-Boot mailing list