Re: [PATCH v2] image-fit: don't set compression if it can't be read

2022-08-26 Thread Simon Glass
Hi Daniel, On Fri, 26 Aug 2022 at 15:28, Daniel Golle wrote: > > fit_image_get_comp() should not set value -1 in case it can't read > the compression node. Instead, leave the value untouched in that case > as it can be absent and a default value previously defined by the > caller of fit_image_get

[PATCH v2] image-fit: don't set compression if it can't be read

2022-08-26 Thread Daniel Golle
fit_image_get_comp() should not set value -1 in case it can't read the compression node. Instead, leave the value untouched in that case as it can be absent and a default value previously defined by the caller of fit_image_get_comp() should be used. As a result the warning message WARNING: 'compre