Re: [U-Boot] [PATCH v4 3/9] sandbox: Add support for bootz

2015-04-19 Thread Simon Glass
On 13 April 2015 at 14:54, Sjoerd Simons 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 > Acked-by: Simon Glass > > --- > > Changes in v4:

[U-Boot] [PATCH v4 3/9] sandbox: Add support for bootz

2015-04-13 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 Acked-by: Simon Glass --- Changes in v4: None Changes in v3: - Fill in *start and *end with proper values