From: notaz Date: Sat, 2 Jul 2016 23:38:18 +0000 (+0300) Subject: pandora: enable ext4 support X-Git-Tag: sz_175~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-u-boot.git;a=commitdiff_plain;h=a72e392a9cd7a3be56a607808157afd94c014bf9 pandora: enable ext4 support --- diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h index 1f407853e1..c8143302eb 100644 --- a/include/configs/omap3_pandora.h +++ b/include/configs/omap3_pandora.h @@ -119,6 +119,7 @@ #include #define CONFIG_CMD_EXT2 /* EXT2 Support */ +#define CONFIG_CMD_EXT4 /* EXT4 Support */ #define CONFIG_CMD_FAT /* FAT support */ #define CONFIG_CMD_I2C /* I2C serial bus support */