From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Mon, 2 May 2016 09:53:14 +0200 Subject: [U-Boot] [RFC PATCH] SPL: FIT: Align loading address for header In-Reply-To: <5726CDAE.1020506@ti.com> References: <5726CDAE.1020506@ti.com> Message-ID: <5727076A.5080205@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 2.5.2016 05:46, Lokesh Vutla wrote: > > > On Thursday 28 April 2016 02:06 PM, Michal Simek wrote: >> If bl_len is not aligned it can caused a problem because another code >> expects that start is aligned. > > What about loading of U-boot image and dtb image? I have posted a > similar patch for solving this[1]. Can you see if it helps? > > [1] http://patchwork.ozlabs.org/patch/606958/ I have created this before I saw your patch. I am happy with your patch. Please ignore this one. Thanks, Michal