[U-Boot] [PATCH v3 2/2] mx6sabre: Select CMD_EXT4 options
Fabio Estevam
fabio.estevam at freescale.com
Thu Feb 26 20:58:56 CET 2015
Add EXT4 support.
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
Changes since v2:
- Fix subject and commit log to only mention ext4
Changes since v1:
- Newly introduced in this series
include/configs/mx6sabre_common.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index 337b865..67d74d0 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -56,6 +56,8 @@
#define CONFIG_GENERIC_MMC
#define CONFIG_BOUNCE_BUFFER
#define CONFIG_CMD_EXT2
+#define CONFIG_CMD_EXT4
+#define CONFIG_CMD_EXT4_WRITE
#define CONFIG_CMD_FAT
#define CONFIG_DOS_PARTITION
--
1.9.1
More information about the U-Boot
mailing list