From 0cd34446abb9c059bca6c5941edcd9d005aac9ba Mon Sep 17 00:00:00 2001 From: Przemyslaw Marczak Date: Tue, 29 Jul 2014 14:35:53 +0200 Subject: [PATCH] exynos4-dt.h: enable generic file system commands Change-Id: Ibfd834403381d18f27825a19807517ad06097146 Signed-off-by: Przemyslaw Marczak --- include/configs/exynos-common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h index 87f8db0fba..9e658325c0 100644 --- a/include/configs/exynos-common.h +++ b/include/configs/exynos-common.h @@ -55,6 +55,9 @@ #define CONFIG_ZERO_BOOTDELAY_CHECK +/* FS common */ +#define CONFIG_CMD_FS_GENERIC + /* PWM */ #define CONFIG_PWM -- 2.34.1