projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18e02ff
)
arm: imx6: novena: Enable extfs support in SPL
author
Marek Vasut
<marex@denx.de>
Wed, 25 Nov 2015 23:18:45 +0000
(
00:18
+0100)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/include/configs/novena.h
b/include/configs/novena.h
index d88389a47294d9de915534cab683d81fd434221d..4b4f2d7f70473558ffaf6a3f57d7bef8b72951cd 100644
(file)
--- 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 */