summaryrefslogtreecommitdiff
path: root/include/configs/novena.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-11-25 23:18:45 (GMT)
committerStefano Babic <sbabic@denx.de>2015-12-01 15:11:08 (GMT)
commita80a999c9b5c128cad2f67b4b32036bd4d667904 (patch)
treeaf09fe0cdbc6446e68ab6a8071ff3fc4f4558106 /include/configs/novena.h
parent18e02ffe5e626fe409ca9427e368c879f6ee450c (diff)
downloadu-boot-a80a999c9b5c128cad2f67b4b32036bd4d667904.tar.xz
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>
Diffstat (limited to 'include/configs/novena.h')
-rw-r--r--include/configs/novena.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/novena.h b/include/configs/novena.h
index d88389a..4b4f2d7 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 */