diff options
author | Tim Harvey <tharvey@gateworks.com> | 2015-04-08 12:54:42 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-04-22 14:39:08 +0200 |
commit | 30dc880ad11f8a4fe95f25b1890f5e51aa4dee96 (patch) | |
tree | b152e597bdedc0a91f55c58471a921e0294222c2 /include/configs | |
parent | f6747cda78c974cacb0dfd3973512ea264fdf880 (diff) | |
download | u-boot-imx-30dc880ad11f8a4fe95f25b1890f5e51aa4dee96.zip u-boot-imx-30dc880ad11f8a4fe95f25b1890f5e51aa4dee96.tar.gz u-boot-imx-30dc880ad11f8a4fe95f25b1890f5e51aa4dee96.tar.bz2 |
imx: ventana: config: enable EXT4 filesystem read/write support
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/gw_ventana.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 797072e..1f8a66e 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -112,6 +112,8 @@ /* Filesystem support */ #define CONFIG_CMD_EXT2 +#define CONFIG_CMD_EXT4 +#define CONFIG_CMD_EXT4_WRITE #define CONFIG_CMD_FAT #define CONFIG_CMD_UBIFS #define CONFIG_DOS_PARTITION |