aboutsummaryrefslogtreecommitdiff
path: root/include/bootstage.h
diff options
context:
space:
mode:
authorSimon Glass2023-11-18 14:05:03 -0700
committerTom Rini2023-12-13 11:51:24 -0500
commitbdfa1b67850f5fc775ca00a78993ae1a8178ff1d (patch)
tree5c9af033f652583a86585996cb5861f213475f75 /include/bootstage.h
parent4c76f5e49a499219cde94de5d0b0e007d3d70f79 (diff)
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 <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/bootstage.h')
-rw-r--r--include/bootstage.h1
1 files changed, 0 insertions, 1 deletions
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,