Skip to content
Snippets Groups Projects
Commit 26621799 authored by Guilherme Maciel Ferreira's avatar Guilherme Maciel Ferreira Committed by Tom Rini
Browse files

tools: do not print error messages in verify_header() functions


default_image.c and socfpgaimage.c are the only image modules that print error
messages during header verification. The verify_header() is used to query if a
given image file is processed by the image format. Thus, if the image format
can't handle the file, it must simply return an error. Otherwise we pollute the
screen with errors messages until we find the image format that handle a given
image file.

Signed-off-by: default avatarGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
parent 39931f96
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment