summaryrefslogtreecommitdiffstats
path: root/include/configs/lager.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-03-28 17:07:03 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-05-21 10:09:19 +0900
commitf55bb6a4c4362958682f0894f40e99f4f1157131 (patch)
treec9670227759e6799fe858d9dbad92e4d6ca26b98 /include/configs/lager.h
parent5c4bb96e9cd1f307da90a157c7dbaaab89cadffa (diff)
downloadblackbird-obmc-uboot-f55bb6a4c4362958682f0894f40e99f4f1157131.tar.gz
blackbird-obmc-uboot-f55bb6a4c4362958682f0894f40e99f4f1157131.zip
arm: rmobile: lager: Add support command and filesystems of VFAT
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'include/configs/lager.h')
-rw-r--r--include/configs/lager.h5
1 files changed, 5 insertions, 0 deletions
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
OpenPOWER on IntegriCloud