* [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
* [U-Boot] [PATCH v1] exynos: Fix file system defines
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
0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2014-11-26 9:38 UTC (permalink / raw)
To: u-boot
On Tue, 2014-11-25 at 09:41 -0800, Suriyan Ramasami wrote:
> On the odroid, files in an ext4 file system were not being accessed.
> Correct the #defines to take care of this.
In u-boot-samsung.git#master since a bunch of this stuff has changed, in
particular include/configs/exynos-common.h uses config_distro_defaults.h
which I think provides most of what you've added here.
Ian.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH v1] exynos: Fix file system defines
2014-11-26 9:38 ` Ian Campbell
@ 2014-11-26 16:09 ` Suriyan Ramasami
0 siblings, 0 replies; 3+ messages in thread
From: Suriyan Ramasami @ 2014-11-26 16:09 UTC (permalink / raw)
To: u-boot
Hello Ian.
On Wed, Nov 26, 2014 at 1:38 AM, Ian Campbell <Ian.Campbell@citrix.com> wrote:
> On Tue, 2014-11-25 at 09:41 -0800, Suriyan Ramasami wrote:
>> On the odroid, files in an ext4 file system were not being accessed.
>> Correct the #defines to take care of this.
>
> In u-boot-samsung.git#master since a bunch of this stuff has changed, in
> particular include/configs/exynos-common.h uses config_distro_defaults.h
> which I think provides most of what you've added here.
>
Thank you for your note.
You are right. I checked again and it works (u-boot-samsung master).
Somehow, I recall it to be not working. Nonetheless, it works now.
This patch can be RIP in software heaven.
Thanks
- Suriyan
> Ian.
>
^ permalink raw reply [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