]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: imx6: novena: Enable extfs support in SPL
authorMarek Vasut <marex@denx.de>
Wed, 25 Nov 2015 23:18:45 +0000 (00:18 +0100)
committerStefano Babic <sbabic@denx.de>
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 <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
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 */