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

2020-05-20 Thread Michael Nazzareno Trimarchi
Hi Dario On Mon, May 11, 2020 at 8:43 AM 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 > >

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

2020-05-10 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 --- Changes in v2: - Replace CONFIG_IS_ENABLED(OF_EMBED) with IS_ENABLED(CONFIG