summaryrefslogtreecommitdiffstats
path: root/include/configs/snow.h
diff options
context:
space:
mode:
authorAkshay Saraswat <akshay.s@samsung.com>2014-05-06 20:07:04 +0530
committerMinkyu Kang <mk7.kang@samsung.com>2014-05-13 09:00:22 +0900
commite6fe968b821c3762ad6d7b68ef7ecabf4b40c6a3 (patch)
tree43f1a976b789c6c5173832a6e40aa67ccec6d670 /include/configs/snow.h
parent605d7e2af76fd0f28555685e6b8718d956c1da63 (diff)
downloadblackbird-obmc-uboot-e6fe968b821c3762ad6d7b68ef7ecabf4b40c6a3.tar.gz
blackbird-obmc-uboot-e6fe968b821c3762ad6d7b68ef7ecabf4b40c6a3.zip
Exynos5: config: Enable FIT
Adding two configs: * CONFIG_FIT - Enable FIT image support. * CONFIG_FIT_BEST_MATCH - Enable fetching correct DTB from FIT image by comparing compatibles. Signed-off-by: Akshay Saraswat <akshay.s@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/snow.h')
-rw-r--r--include/configs/snow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/snow.h b/include/configs/snow.h
index ed5c0b614f..673fa1469b 100644
--- a/include/configs/snow.h
+++ b/include/configs/snow.h
@@ -14,4 +14,8 @@
#undef CONFIG_DEFAULT_DEVICE_TREE
#define CONFIG_DEFAULT_DEVICE_TREE exynos5250-snow
+/* Enable FIT support and comparison */
+#define CONFIG_FIT
+#define CONFIG_FIT_BEST_MATCH
+
#endif /* __CONFIG_SNOW_H */
OpenPOWER on IntegriCloud