summaryrefslogtreecommitdiff
path: root/include/configs/smdk5250.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-08 04:01:45 (GMT)
committerMinkyu Kang <mk7.kang@samsung.com>2014-10-08 08:25:47 (GMT)
commit5ea01ab10dcdab41d1bfb1972b4b2298d5a26fcf (patch)
tree5fc1bef35a40c7e02a9a3ee8476adeb8c2b1ab3e /include/configs/smdk5250.h
parent4c7bb1d2e0526d26972969d4c01fd6c760d4d865 (diff)
downloadu-boot-5ea01ab10dcdab41d1bfb1972b4b2298d5a26fcf.tar.xz
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 <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/smdk5250.h')
-rw-r--r--include/configs/smdk5250.h4
1 files changed, 0 insertions, 4 deletions
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 <configs/exynos5250-common.h>
-/* Enable FIT support and comparison */
-#define CONFIG_FIT
-#define CONFIG_FIT_BEST_MATCH
-
#endif /* __CONFIG_SMDK_H */