diff mbox

[U-Boot,03/19] exynos: config-common: enable generic fs command

Message ID 1412801335-1591-4-git-send-email-p.marczak@samsung.com
State Superseded
Delegated to: Simon Glass
Headers show

Commit Message

Przemyslaw Marczak Oct. 8, 2014, 8:48 p.m. UTC
This command is required for trats2 and odroid
environment, since those boards uses it.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
---
 include/configs/exynos-common.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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 */