diff options
Diffstat (limited to 'src/arch/arm/boot.c')
-rw-r--r-- | src/arch/arm/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/boot.c b/src/arch/arm/boot.c index b18473b924..7d9f960dbc 100644 --- a/src/arch/arm/boot.c +++ b/src/arch/arm/boot.c @@ -13,7 +13,7 @@ void arch_prog_run(struct prog *prog) cache_sync_instructions(); switch (prog_cbfs_type(prog)) { - case CBFS_TYPE_FIT: + case CBFS_TYPE_FIT_PAYLOAD: /* * We only load Linux payloads from the ramstage, so provide a hint to * the linker that the below functions do not need to be included in |