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

2021-04-16 Thread Tom Rini
On Thu, Apr 01, 2021 at 01:25:31PM -0500, 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() >

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

2021-04-01 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