From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 13 May 2014 13:44:36 +0900 Subject: [U-Boot] [PATCH v3] Exynos5: config: Enable FIT In-Reply-To: <1399387024-13967-1-git-send-email-akshay.s@samsung.com> References: <1399387024-13967-1-git-send-email-akshay.s@samsung.com> Message-ID: <5371A334.5080505@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Akshay Saraswat, On 06/05/14 23:37, 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. > > Signed-off-by: Akshay Saraswat > Acked-by: Simon Glass > --- > Changes in V3: > - Repositioned change-log. > - Made config addition board specific instead of SoC specific. > > Changes in V2: > - Added "Acked-by". > > include/configs/smdk5250.h | 4 ++++ > include/configs/smdk5420.h | 4 ++++ > include/configs/snow.h | 4 ++++ > 3 files changed, 12 insertions(+) > applied to u-boot-samsung. Thanks, Minkyu Kang.