public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] Exynos5: config: Enable FIT
@ 2014-04-28 13:57 Akshay Saraswat
  2014-05-06  7:45 ` Minkyu Kang
  0 siblings, 1 reply; 2+ messages in thread
From: Akshay Saraswat @ 2014-04-28 13:57 UTC (permalink / raw)
  To: u-boot

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 <akshay.s@samsung.com>
Acked-by: Simon Glass <sjg@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH v2] Exynos5: config: Enable FIT
  2014-04-28 13:57 [U-Boot] [PATCH v2] Exynos5: config: Enable FIT Akshay Saraswat
@ 2014-05-06  7:45 ` Minkyu Kang
  0 siblings, 0 replies; 2+ messages in thread
From: Minkyu Kang @ 2014-05-06  7:45 UTC (permalink / raw)
  To: u-boot

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 <akshay.s@samsung.com>
> Acked-by: Simon Glass <sjg@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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-06  7:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-28 13:57 [U-Boot] [PATCH v2] Exynos5: config: Enable FIT Akshay Saraswat
2014-05-06  7:45 ` Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox