[U-Boot] [PATCH 03/19] exynos: config-common: enable generic fs command
Przemyslaw Marczak
p.marczak at samsung.com
Wed Oct 8 22:48:39 CEST 2014
This command is required for trats2 and odroid
environment, since those boards uses it.
Signed-off-by: Przemyslaw Marczak <p.marczak at samsung.com>
---
include/configs/exynos-common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h
index fa02cb2..3d30a25 100644
--- a/include/configs/exynos-common.h
+++ b/include/configs/exynos-common.h
@@ -80,6 +80,7 @@
#define CONFIG_EFI_PARTITION
#define CONFIG_CMD_PART
#define CONFIG_PARTITION_UUIDS
+#define CONFIG_CMD_FS_GENERIC
/* Miscellaneous configurable options */
#define CONFIG_SYS_LONGHELP /* undef to save memory */
--
1.9.1
More information about the U-Boot
mailing list