Re: [U-Boot] [PATCH v2] Exynos5: config: Enable FIT

2014-05-06 Thread Minkyu Kang
Dear Akshay Saraswat,

On 28/04/14 22:57, Akshay Saraswat wrote:
 Adding two configs:
 * CONFIG_FIT - Enable FIT image support.
 * CONFIG_FIT_BEST_MATCH - Enable fetching correct DTB from
 FIT image by comparing compatibles.
 
 Change in V2:
   - Added Acked-by.

change log should be move under --- line.

 
 Signed-off-by: Akshay Saraswat aksha...@samsung.com
 Acked-by: Simon Glass s...@chromium.org
 ---
  include/configs/exynos5-dt.h | 4 
  1 file changed, 4 insertions(+)
 
 diff --git a/include/configs/exynos5-dt.h b/include/configs/exynos5-dt.h
 index 414db42..dee53e9 100644
 --- a/include/configs/exynos5-dt.h
 +++ b/include/configs/exynos5-dt.h
 @@ -288,4 +288,8 @@
  
  #define CONFIG_CMD_BOOTZ
  
 +/* Enable FIT support and comparison */
 +#define CONFIG_FIT
 +#define CONFIG_FIT_BEST_MATCH

Is it exynos5 common feature?
I think it's a board specific feature.

 +
  #endif   /* __CONFIG_H */
 

Thanks,
Minkyu Kang.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v2] Exynos5: config: Enable FIT

2014-04-28 Thread Akshay Saraswat
Adding two configs:
* CONFIG_FIT - Enable FIT image support.
* CONFIG_FIT_BEST_MATCH - Enable fetching correct DTB from
  FIT image by comparing compatibles.

Change in V2:
- Added Acked-by.

Signed-off-by: Akshay Saraswat aksha...@samsung.com
Acked-by: Simon Glass s...@chromium.org
---
 include/configs/exynos5-dt.h | 4 
 1 file changed, 4 insertions(+)

diff --git a/include/configs/exynos5-dt.h b/include/configs/exynos5-dt.h
index 414db42..dee53e9 100644
--- a/include/configs/exynos5-dt.h
+++ b/include/configs/exynos5-dt.h
@@ -288,4 +288,8 @@
 
 #define CONFIG_CMD_BOOTZ
 
+/* Enable FIT support and comparison */
+#define CONFIG_FIT
+#define CONFIG_FIT_BEST_MATCH
+
 #endif /* __CONFIG_H */
-- 
1.8.3.2

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot