arm: imx6: novena: Enable extfs support in SPL
authorMarek Vasut <marex@denx.de>
Wed, 25 Nov 2015 23:18:45 +0000 (00:18 +0100)
committerRaspbian forward porter <root@raspbian.org>
Thu, 17 Dec 2015 02:12:51 +0000 (02:12 +0000)
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>
Gbp-Pq: Topic upstream/novena
Gbp-Pq: Name 0002-arm-imx6-novena-Enable-extfs-support-in-SPL.patch

include/configs/novena.h

index f1efa1d6d11b07ddcc450a41db88e74d9ee1913d..5f0a2302de573a6d58a7c18a5fdaa743a1dd5622 100644 (file)
@@ -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 */