diff options
Diffstat (limited to 'common/bootm.c')
-rw-r--r-- | common/bootm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/bootm.c b/common/bootm.c index 902c1388..22f842cf 100644 --- a/common/bootm.c +++ b/common/bootm.c @@ -290,7 +290,8 @@ static int bootm_find_other(cmd_tbl_t *cmdtp, int flag, int argc, (images.os.type == IH_TYPE_KERNEL_NOLOAD) || (images.os.type == IH_TYPE_MULTI)) && (images.os.os == IH_OS_LINUX || - images.os.os == IH_OS_VXWORKS)) + images.os.os == IH_OS_VXWORKS || + images.os.os == IH_OS_ELF)) return bootm_find_images(flag, argc, argv); return 0; |