All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] Exynos5: config: Enable FIT
Date: Tue, 06 May 2014 16:45:47 +0900	[thread overview]
Message-ID: <5368932B.2040701@samsung.com> (raw)
In-Reply-To: <1398693444-13889-1-git-send-email-akshay.s@samsung.com>

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.

      reply	other threads:[~2014-05-06  7:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-28 13:57 [U-Boot] [PATCH v2] Exynos5: config: Enable FIT Akshay Saraswat
2014-05-06  7:45 ` Minkyu Kang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5368932B.2040701@samsung.com \
    --to=mk7.kang@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.