spl_fit.c: enable loading compressed u-boot from fit image
authorKlaus H. Sorensen <khso@prevas.dk>
Wed, 11 Dec 2019 11:03:33 +0000 (11:03 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2020 22:47:57 +0000 (17:47 -0500)
commit602ce1d10695d37f9a72b9cd23500b87050db588
treea8bea4ad48c7e2844b534892c8eddbf7e68d4b7c
parent43d28855d8ed7929856e376524eb41a74731aed1
spl_fit.c: enable loading compressed u-boot from fit image

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 message if compression node is not
found, since it simply implies the content is uncompressed.

Signed-off-by: Klaus H. Sorensen <khso@prevas.dk>
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
common/spl/spl_fit.c