From: Marek Vasut Date: Wed, 25 Nov 2015 23:18:45 +0000 (+0100) Subject: arm: imx6: novena: Enable extfs support in SPL X-Git-Tag: v2016.01-rc4~9^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a80a999c9b5c128cad2f67b4b32036bd4d667904;p=platform%2Fkernel%2Fu-boot.git arm: imx6: novena: Enable extfs support in SPL Simple patch to enable support for extfs filesystem in SPL, this is useful to those who want to avoid vfat like plague. Signed-off-by: Marek Vasut Cc: Stefano Babic --- diff --git a/include/configs/novena.h b/include/configs/novena.h index d88389a..4b4f2d7 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -82,6 +82,7 @@ /* SPL */ #define CONFIG_SPL_FAT_SUPPORT +#define CONFIG_SPL_EXT_SUPPORT #define CONFIG_SPL_MMC_SUPPORT #include "imx6_spl.h" /* common IMX6 SPL configuration */