From a72e392a9cd7a3be56a607808157afd94c014bf9 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 3 Jul 2016 02:38:18 +0300 Subject: [PATCH] pandora: enable ext4 support --- include/configs/omap3_pandora.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h index 1f407853e18..c8143302ebd 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 */ -- 2.39.5