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 <ma...@denx.de> Cc: Stefano Babic <sba...@denx.de> --- include/configs/novena.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/novena.h b/include/configs/novena.h index fc953f6..d5f517c 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -83,6 +83,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 */ -- 2.1.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot