From: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Date: Fri, 28 Mar 2014 08:07:03 +0000 (+0900)
Subject: arm: rmobile: lager: Add support command and filesystems of VFAT
X-Git-Tag: v2025.01-rc5-pxa1908~15307^2~1^2~7
X-Git-Url: http://git.dujemihanovic.xyz/html/static/gitweb.css?a=commitdiff_plain;h=f55bb6a4c4362958682f0894f40e99f4f1157131;p=u-boot.git

arm: rmobile: lager: Add support command and filesystems of VFAT

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

diff --git a/include/configs/lager.h b/include/configs/lager.h
index 6b54566b48..98501eca9a 100644
--- a/include/configs/lager.h
+++ b/include/configs/lager.h
@@ -33,12 +33,17 @@
 #define CONFIG_CMD_NFS
 #define CONFIG_CMD_BOOTZ
 #define CONFIG_CMD_USB
+#define CONFIG_CMD_FAT
 
 #define CONFIG_CMD_SF
 #define CONFIG_CMD_SPI
 #define CONFIG_SYS_TEXT_BASE	0xE8080000
 #define CONFIG_SYS_THUMB_BUILD
 
+/* Support File sytems */
+#define CONFIG_DOS_PARTITION
+#define CONFIG_SUPPORT_VFAT
+
 #define	CONFIG_CMDLINE_TAG
 #define	CONFIG_SETUP_MEMORY_TAGS
 #define	CONFIG_INITRD_TAG