From: Marek Vasut <marex@denx.de>
Date: Wed, 25 Nov 2015 23:18:45 +0000 (+0100)
Subject: arm: imx6: novena: Enable extfs support in SPL
X-Git-Tag: v2025.01-rc5-pxa1908~10945^2
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/kyber.dk/phpMyBuilder/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=a80a999c9b5c128cad2f67b4b32036bd4d667904;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 <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
---

diff --git a/include/configs/novena.h b/include/configs/novena.h
index d88389a472..4b4f2d7f70 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 */