commit | faf8d1402c17c0269f02cf3e1bf628dc2844f30c | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Wed May 27 13:56:19 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 08 17:21:46 2020 -0400 |
tree | 5fdecc421ccbed92f5aaeda6cbaa58957c823f47 | |
parent | 0f860b643535e53f1b938329d2fcca12d7ead506 [diff] |
spl: fit: fail fit loading in case of FDT appending error If uboot does not embed its device tree and the FIT loading function returns error in case of failure in the FDT append, the redundant itb image could be loaded. cc: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Dario Binacchi <dariobin@libero.it> Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com> Reviewed-by: Simon Glass <sjg@chromium.org>