Re: [PATCH 3/4] boot: Kconfig: Disable non-FIT loading for TI secure devices

2022-05-11 Thread Tom Rini
On Wed, May 04, 2022 at 03:52:27PM -0500, Andrew Davis wrote: > Non-FIT image loading support should be disabled for TI secure > devices as the image handlers for those image types do not follow > our secure boot checks. > > Signed-off-by: Andrew Davis > Reviewed-by: Tom Rini Applied to u-boot

Re: [PATCH 3/4] boot: Kconfig: Disable non-FIT loading for TI secure devices

2022-05-05 Thread Tom Rini
On Wed, May 04, 2022 at 03:52:27PM -0500, Andrew Davis wrote: > Non-FIT image loading support should be disabled for TI secure > devices as the image handlers for those image types do not follow > our secure boot checks. > > Signed-off-by: Andrew Davis Reviewed-by: Tom Rini -- Tom signatur

[PATCH 3/4] boot: Kconfig: Disable non-FIT loading for TI secure devices

2022-05-04 Thread Andrew Davis
Non-FIT image loading support should be disabled for TI secure devices as the image handlers for those image types do not follow our secure boot checks. Signed-off-by: Andrew Davis --- boot/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/Kconfig b/boot/Kconfig in