From 5ea01ab10dcdab41d1bfb1972b4b2298d5a26fcf Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 7 Oct 2014 22:01:45 -0600 Subject: exynos: Move common exynos settings into a common file Since exynos4 and exyno5 share many settings, we should move these into a common file to avoid duplication. In effect the changes are that all exynos boards now have EXT4 and FAT write support. This affects exynos5250 and exynos5420 which previously did not. This also disables the ext2 commands which are equivalent to ext4 anyway. Signed-off-by: Simon Glass Signed-off-by: Minkyu Kang --- include/configs/smdk5250.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/smdk5250.h') diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index 56d41e6..7673bae 100644 --- a/include/configs/smdk5250.h +++ b/include/configs/smdk5250.h @@ -12,8 +12,4 @@ #include -/* Enable FIT support and comparison */ -#define CONFIG_FIT -#define CONFIG_FIT_BEST_MATCH - #endif /* __CONFIG_SMDK_H */ -- cgit v1.1