diff --git a/commands/bootm.c b/commands/bootm.c index 5f858e8..2d9f7f2 100644 --- a/commands/bootm.c +++ b/commands/bootm.c @@ -180,7 +180,7 @@ ft = file_detect_type(fdt); if (ft != filetype_oftree) { - printf("%s is not a oftree but %s\n", oftree, + printf("%s is not an oftree but %s\n", oftree, file_type_to_string(ft)); }