summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <p.marczak@samsung.com>2014-10-24 17:44:57 +0200
committerSimon Glass <sjg@chromium.org>2014-10-27 19:20:51 -0600
commit4367c71301c828d110105436bddfe1418613ea2f (patch)
treec2a9ad28e1c0aa734ce3687fecf99c97f2876bf8
parent3f3c13a513daa4c584e46bfc72cda2132bebf671 (diff)
downloadblackbird-obmc-uboot-4367c71301c828d110105436bddfe1418613ea2f.tar.gz
blackbird-obmc-uboot-4367c71301c828d110105436bddfe1418613ea2f.zip
exynos: common: enable generic fs operations
This config is required by Odroid, and could be also useful for the other boards. Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Simon Glass <sjg@chromium.org>
-rw-r--r--include/configs/exynos-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h
index 6ba9bb7a1b..b258cb93c4 100644
--- a/include/configs/exynos-common.h
+++ b/include/configs/exynos-common.h
@@ -75,6 +75,7 @@
#define CONFIG_CMD_EXT4_WRITE
#define CONFIG_CMD_FAT
#define CONFIG_FAT_WRITE
+#define CONFIG_CMD_FS_GENERIC
#define CONFIG_DOS_PARTITION
#define CONFIG_EFI_PARTITION
OpenPOWER on IntegriCloud