Re: [PATCH] cmd: bootz: fix device-tree overlap test

2020-08-05 Thread Tom Rini
On Tue, Jul 28, 2020 at 05:57:48PM +0300, Baruch Siach wrote: > The address of the kernel image is stored in images->ep. zi_start is the > offset of execution entry in the image, which is usually 0 for ARM > zImage. > > Fixes boot error when ftd is stored near RAM address 0x0: > > ERROR: FDT ima

[PATCH] cmd: bootz: fix device-tree overlap test

2020-07-28 Thread Baruch Siach
The address of the kernel image is stored in images->ep. zi_start is the offset of execution entry in the image, which is usually 0 for ARM zImage. Fixes boot error when ftd is stored near RAM address 0x0: ERROR: FDT image overlaps OS image (OS=0x0..0x5fd608) Fixes: fbde7589ce30 ("common: bootm: