Re: [U-Boot] [PATCH] image: android: allow to wrap uImage into the Android boot image

2019-07-24 Thread Tom Rini
On Mon, Jun 03, 2019 at 03:38:13PM +0300, roman.stratiie...@globallogic.com wrote: > From: Roman Stratiienko > > This allows to use any available compression format with Android boot image > > Since not all available compression formats have a magic number we should > explicitly specify type o

[U-Boot] [PATCH] image: android: allow to wrap uImage into the Android boot image

2019-06-03 Thread roman . stratiienko
From: Roman Stratiienko This allows to use any available compression format with Android boot image Since not all available compression formats have a magic number we should explicitly specify type of compression. For this purpose using uImage format becomes very useful, as this format is well-