From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 11 Dec 2014 11:01:43 -0800 Subject: [U-Boot] [PATCH v4 2/9] spl: Use u-boot.img instead of u-boot.bin In-Reply-To: <1417590049-500-3-git-send-email-b18965@freescale.com> References: <1417590049-500-1-git-send-email-b18965@freescale.com> <1417590049-500-3-git-send-email-b18965@freescale.com> Message-ID: <5489EA17.50505@freescale.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 12/02/2014 11:00 PM, Alison Wang wrote: > In SD boot, the magic number of u-boot image will be checked. > For LS102xA, u-boot.bin doesn't have the magic number. So use > u-boot.img which includes the magic number instead of u-boot.bin > when producing u-boot-with-spl-pbl.bin. > > Signed-off-by: Alison Wang > --- > Change log: > v4: No change. > v3: No change. > v2: No change. > Applied to u-boot-fsl-qoriq master, awaiting upstream. York