Merge branch 'post' of git://git.denx.de/u-boot-blackfin
[platform/kernel/u-boot.git] / tools / omapimage.c
index 29d91cc..5e739ac 100644 (file)
@@ -49,7 +49,6 @@ static int omapimage_check_image_types(uint8_t type)
        if (type == IH_TYPE_OMAPIMAGE)
                return EXIT_SUCCESS;
        else {
-               fprintf(stderr, "Unknown OMAP image type - %x", type);
                return EXIT_FAILURE;
        }
 }