diff mbox

[U-Boot] arm: imx6: novena: Enable extfs support in SPL

Message ID 1448493525-6500-1-git-send-email-marex@denx.de
State Awaiting Upstream
Headers show

Commit Message

Marek Vasut Nov. 25, 2015, 11:18 p.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefano Babic Dec. 1, 2015, 3:11 p.m. UTC | #1
On 26/11/2015 00:18, Marek Vasut wrote:
> 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>
> ---


Applied to u-boot-imx, thanks!

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/novena.h b/include/configs/novena.h
index fc953f6..d5f517c 100644
--- a/include/configs/novena.h
+++ b/include/configs/novena.h
@@ -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 */