Re: [PATCH v3 2/4] spl: fit: fail fit loading in case of FDT appending error

2020-07-08 Thread Tom Rini
On Wed, May 27, 2020 at 01:56:19PM +0200, Dario Binacchi wrote: > 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 > Signed-off-by: Dario Binacchi >

Re: [PATCH v3 2/4] spl: fit: fail fit loading in case of FDT appending error

2020-05-31 Thread Simon Glass
On Wed, 27 May 2020 at 05:56, Dario Binacchi wrote: > > If uboot does not embed its device tree and the FIT loading function U-Boot > returns error in case of failure in the FDT append, the redundant itb > image could be loaded. > > cc: Michael Trimarchi > Signed-off-by: Dario Binacchi >

[PATCH v3 2/4] spl: fit: fail fit loading in case of FDT appending error

2020-05-27 Thread Dario Binacchi
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 Signed-off-by: Dario Binacchi Reviewed-by: Michael Trimarchi --- Changes in v3: None Changes in v2: -