summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--boot/bootm.c2
-rw-r--r--include/bootstage.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/boot/bootm.c b/boot/bootm.c
index a23c791a9e1..9bd93f5dee7 100644
--- a/boot/bootm.c
+++ b/boot/bootm.c
@@ -233,7 +233,7 @@ static int boot_get_kernel(const char *cmd_name, const char *addr_fit,
#endif
default:
printf("Wrong Image Format for %s command\n", cmd_name);
- bootstage_error(BOOTSTAGE_ID_FIT_KERNEL_INFO);
+ bootstage_error(BOOTSTAGE_ID_CHECK_IMAGETYPE);
return -EBADF;
}
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,