diff options
author | Przemyslaw Marczak <p.marczak@samsung.com> | 2014-10-24 17:44:57 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-27 19:20:51 -0600 |
commit | 4367c71301c828d110105436bddfe1418613ea2f (patch) | |
tree | c2a9ad28e1c0aa734ce3687fecf99c97f2876bf8 /include/configs | |
parent | 3f3c13a513daa4c584e46bfc72cda2132bebf671 (diff) | |
download | u-boot-imx-4367c71301c828d110105436bddfe1418613ea2f.zip u-boot-imx-4367c71301c828d110105436bddfe1418613ea2f.tar.gz u-boot-imx-4367c71301c828d110105436bddfe1418613ea2f.tar.bz2 |
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/exynos-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h index 6ba9bb7..b258cb9 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 |