public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1] exynos: Fix file system defines
@ 2014-11-25 17:41 Suriyan Ramasami
  2014-11-26  9:38 ` Ian Campbell
  0 siblings, 1 reply; 3+ messages in thread
From: Suriyan Ramasami @ 2014-11-25 17:41 UTC (permalink / raw)
  To: u-boot

On the odroid, files in an ext4 file system were not being accessed.
Correct the #defines to take care of this.

Signed-off-by: Suriyan Ramasami <suriyan.r@gmail.com>
---

Changes in v1:
- First try

 include/configs/exynos-common.h | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h
index 1f3ee55..b2e914f 100644
--- a/include/configs/exynos-common.h
+++ b/include/configs/exynos-common.h
@@ -66,8 +66,15 @@
 #include <config_cmd_default.h>
 
 #define CONFIG_CMD_MMC
-#define CONFIG_CMD_EXT4_WRITE
+
+/*  File Systems */
+#define CONFIG_FS_FAT
 #define CONFIG_FAT_WRITE
+#define CONFIG_FS_EXT4
+#define CONFIG_EXT4_WRITE
+#define CONFIG_CMD_FAT
+#define CONFIG_CMD_EXT4
+#define CONFIG_CMD_EXT4_WRITE
 #define CONFIG_CMD_FS_GENERIC
 
 #define CONFIG_CMD_PART
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-26 16:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-25 17:41 [U-Boot] [PATCH v1] exynos: Fix file system defines Suriyan Ramasami
2014-11-26  9:38 ` Ian Campbell
2014-11-26 16:09   ` Suriyan Ramasami

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox