Re: [U-Boot] [PATCH v3 3/8] sandbox: Add support for bootz

2015-04-13 Thread Simon Glass
On 12 April 2015 at 15:04, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: Add dummy bootz_setup implementation allowing the u-boot sandbox to run bootz. This recognizes both ARM and x86 zImages to validate a valid zImage was loaded. Signed-off-by: Sjoerd Simons

[U-Boot] [PATCH v3 3/8] sandbox: Add support for bootz

2015-04-12 Thread Sjoerd Simons
Add dummy bootz_setup implementation allowing the u-boot sandbox to run bootz. This recognizes both ARM and x86 zImages to validate a valid zImage was loaded. Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk --- Changes in v3: - Fill in *start and *end with proper values Changes in