From bdfa1b67850f5fc775ca00a78993ae1a8178ff1d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 18 Nov 2023 14:05:03 -0700 Subject: bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFO 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 --- include/bootstage.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/bootstage.h') diff --git a/include/bootstage.h b/include/bootstage.h index affb0e5c6a6..59a76d0f0c4 100644 --- a/include/bootstage.h +++ b/include/bootstage.h @@ -147,7 +147,6 @@ enum bootstage_id { BOOTSTAGE_ID_FIT_CONFIG = 110, BOOTSTAGE_ID_FIT_TYPE, - BOOTSTAGE_ID_FIT_KERNEL_INFO, BOOTSTAGE_ID_FIT_COMPRESSION, BOOTSTAGE_ID_FIT_OS, -- cgit v1.2.3