arm: imx6: novena: Enable extfs support in SPL
authorMarek Vasut <[email protected]>
Wed, 25 Nov 2015 23:18:45 +0000 (00:18 +0100)
committerStefano Babic <[email protected]>
Tue, 1 Dec 2015 15:11:08 +0000 (16:11 +0100)
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 <[email protected]>
Cc: Stefano Babic <[email protected]>
include/configs/novena.h

index d88389a47294d9de915534cab683d81fd434221d..4b4f2d7f70473558ffaf6a3f57d7bef8b72951cd 100644 (file)
@@ -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 */