From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 06 Apr 2015 15:30:50 +0900 Subject: [U-Boot] [PATCH 1/3] config: exynos: common: Provide env variables to support Image.itb In-Reply-To: <1427884470-3312-1-git-send-email-l.majewski@samsung.com> References: <1427884470-3312-1-git-send-email-l.majewski@samsung.com> Message-ID: <5522281A.5090909@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 On 01/04/15 19:34, Lukasz Majewski wrote: > This change allows using Image.itb image format with Exynos4 devices > (especially trats and trats2). > Such change facilitates automated testing since only one binary needs > to be prepared. > > Signed-off-by: Lukasz Majewski > --- > include/configs/exynos4-common.h | 54 ++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 54 insertions(+) > applied to u-boot-samsung. Thanks, Minkyu Kang.