From: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Date: Mon, 31 Mar 2014 06:22:31 +0000 (+0900)
Subject: arm: rmobile: koelsch: Add support ext4/fat write command
X-Git-Tag: v2025.01-rc5-pxa1908~15307^2~1^2~5
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=b6c96f7f3568142e99826fd783fdf37a361e1054;p=u-boot.git

arm: rmobile: koelsch: Add support ext4/fat write command

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
---

diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h
index 41e162c2d0..d7a0c2d6e4 100644
--- a/include/configs/koelsch.h
+++ b/include/configs/koelsch.h
@@ -33,9 +33,12 @@
 #define CONFIG_CMD_BOOTZ
 #define CONFIG_CMD_USB
 #define CONFIG_CMD_FAT
-
 #define CONFIG_CMD_SF
 #define CONFIG_CMD_SPI
+
+#define CONFIG_FAT_WRITE
+#define CONFIG_EXT4_WRITE
+
 #define CONFIG_SYS_TEXT_BASE	0xE6304000
 #define CONFIG_SYS_THUMB_BUILD