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: archive/raspbian/2016.11+dfsg1-3+rpi1~1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=99a030ff19ba442781033ca9634680ce99022ce1;p=u-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 Gbp-Pq: Topic upstream/novena Gbp-Pq: Name 0002-arm-imx6-novena-Enable-extfs-support-in-SPL.patch --- diff --git a/include/configs/novena.h b/include/configs/novena.h index f1efa1d6d..5f0a2302d 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 */