]> git.sur5r.net Git - u-boot/blobdiff - tools/omapimage.c
sandbox: config: enable fdt and snprintf() options
[u-boot] / tools / omapimage.c
index 29d91cc69c1d1d4cc6c936a12094676211fc0237..5e739ac64758e0f13465f0b29f91d13822c4f6b5 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;
        }
 }