diff options
author | Marek Vasut <marex@denx.de> | 2015-11-26 00:18:45 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-12-01 16:11:08 +0100 |
commit | a80a999c9b5c128cad2f67b4b32036bd4d667904 (patch) | |
tree | af09fe0cdbc6446e68ab6a8071ff3fc4f4558106 /include/configs/novena.h | |
parent | 18e02ffe5e626fe409ca9427e368c879f6ee450c (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |