Re: [PATCH] spl_fit.c: enable loading compressed u-boot from fit image

2020-01-23 Thread Tom Rini
On Wed, Dec 11, 2019 at 11:03:33AM +, Rasmus Villemoes wrote: > From: "Klaus H. Sorensen" > > Allow reading compressed content from fit image, even if > CONFIG_SPL_OS_BOOT is not set. > > This allow booting compressed 2nd stage u-boot from fit image. > > Additionally, do not print warning

Re: [PATCH] spl_fit.c: enable loading compressed u-boot from fit image

2020-01-06 Thread Rasmus Villemoes
On 30/12/2019 02.21, Simon Glass wrote: > Hi Rasmus, > > On Wed, 11 Dec 2019 at 04:03, Rasmus Villemoes > wrote: >> >> From: "Klaus H. Sorensen" >> >> Allow reading compressed content from fit image, even if >> CONFIG_SPL_OS_BOOT is not set. >> >> This allow booting compressed 2nd stage u-boot f

Re: [PATCH] spl_fit.c: enable loading compressed u-boot from fit image

2019-12-29 Thread Simon Glass
Hi Rasmus, On Wed, 11 Dec 2019 at 04:03, Rasmus Villemoes wrote: > > From: "Klaus H. Sorensen" > > Allow reading compressed content from fit image, even if > CONFIG_SPL_OS_BOOT is not set. > > This allow booting compressed 2nd stage u-boot from fit image. > > Additionally, do not print warning m