Re: [PATCH v3 22/26] rockchip: evb-rk3288: Drop raw-image support

2022-03-18 Thread Simon Glass
Hi Alper, On Mon, 14 Mar 2022 at 15:32, Alper Nebi Yasak wrote: > > On 12/03/2022 08:02, Simon Glass wrote: > > On Thu, 10 Mar 2022 at 12:36, Alper Nebi Yasak > > wrote: > >> On 06/03/2022 06:19, Simon Glass wrote: > >>> This boards uses SPL_FIT so does not need to support loading a raw image.

Re: [PATCH v3 22/26] rockchip: evb-rk3288: Drop raw-image support

2022-03-14 Thread Alper Nebi Yasak
On 12/03/2022 08:02, Simon Glass wrote: > On Thu, 10 Mar 2022 at 12:36, Alper Nebi Yasak > wrote: >> On 06/03/2022 06:19, Simon Glass wrote: >>> This boards uses SPL_FIT so does not need to support loading a raw image. >> >> This sounds OK to me, but... >> >>> Drop it to avoid binman trying to

Re: [PATCH v3 22/26] rockchip: evb-rk3288: Drop raw-image support

2022-03-11 Thread Simon Glass
Hi Alper, On Thu, 10 Mar 2022 at 12:36, Alper Nebi Yasak wrote: > > On 06/03/2022 06:19, Simon Glass wrote: > > This boards uses SPL_FIT so does not need to support loading a raw image. > > This sounds OK to me, but... > > > Drop it to avoid binman trying to insert a symbol which has no value. >

Re: [PATCH v3 22/26] rockchip: evb-rk3288: Drop raw-image support

2022-03-10 Thread Alper Nebi Yasak
On 06/03/2022 06:19, Simon Glass wrote: > This boards uses SPL_FIT so does not need to support loading a raw image. This sounds OK to me, but... > Drop it to avoid binman trying to insert a symbol which has no value. I couldn't figure out how it leads to this in the code. I guess some ifdefs or

[PATCH v3 22/26] rockchip: evb-rk3288: Drop raw-image support

2022-03-05 Thread Simon Glass
This boards uses SPL_FIT so does not need to support loading a raw image. Drop it to avoid binman trying to insert a symbol which has no value. Signed-off-by: Simon Glass --- (no changes since v1) configs/evb-rk3288_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git