Re: [PATCH 14/29] bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFO

2023-11-15 Thread Tom Rini
On Sat, Nov 11, 2023 at 05:08:59PM -0700, Simon Glass wrote: > This is a misnomer since we don't necessarily know that the image is a > FIT. Use the existing BOOTSTAGE_ID_CHECK_IMAGETYPE instead. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP

[PATCH 14/29] bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFO

2023-11-11 Thread Simon Glass
This is a misnomer since we don't necessarily know that the image is a FIT. Use the existing BOOTSTAGE_ID_CHECK_IMAGETYPE instead. Signed-off-by: Simon Glass --- boot/bootm.c| 2 +- include/bootstage.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/boot/bootm.c