summaryrefslogtreecommitdiffstats
path: root/include/configs/koelsch.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-03-28 17:29:45 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-05-21 10:09:19 +0900
commitfd77b2ebec8baf2637f48def17e64539321f2ec3 (patch)
treede927d5523f574fee8c22d4b2e9aefb5ef96562e /include/configs/koelsch.h
parentaa44ae32e1bfe103a557178b43faf3981f0d3e6f (diff)
downloadblackbird-obmc-uboot-fd77b2ebec8baf2637f48def17e64539321f2ec3.tar.gz
blackbird-obmc-uboot-fd77b2ebec8baf2637f48def17e64539321f2ec3.zip
arm: rmobile: koelsch: Add support command and filesystems of VFAT
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'include/configs/koelsch.h')
-rw-r--r--include/configs/koelsch.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h
index ff7f3d7e12..41e162c2d0 100644
--- a/include/configs/koelsch.h
+++ b/include/configs/koelsch.h
@@ -32,12 +32,18 @@
#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 0xE6304000
#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
OpenPOWER on IntegriCloud