Re: [PATCH 6/6] image-fit: Accept OP-TEE images when booting a FIT

2021-03-29 Thread Simon Glass
On Fri, 12 Mar 2021 at 10:32, Alexandru Gagniuc wrote: > > OP-TEE images are normally packaged with > type = "tee; > os = "tee"; > > However, fit_image_load() thinks that is somehow invalid. however if > they were declared as type = "kernel", os = "linux", fit_image_load() > would

[PATCH 6/6] image-fit: Accept OP-TEE images when booting a FIT

2021-03-11 Thread Alexandru Gagniuc
OP-TEE images are normally packaged with type = "tee; os = "tee"; However, fit_image_load() thinks that is somehow invalid. however if they were declared as type = "kernel", os = "linux", fit_image_load() would happily accept them and allow the boot to continue. There is no technic