From 99a030ff19ba442781033ca9634680ce99022ce1 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Thu, 26 Nov 2015 00:18:45 +0100 Subject: [PATCH] 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 --- include/configs/novena.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.30.2