diff options
Diffstat (limited to 'common/image-fit.c')
| -rw-r--r-- | common/image-fit.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/image-fit.c b/common/image-fit.c index 2d0ece61815..b972042f438 100644 --- a/common/image-fit.c +++ b/common/image-fit.c @@ -1655,7 +1655,7 @@ int fit_check_format(const void *fit, ulong size)  		/* mandatory / node 'timestamp' property */  		if (!fdt_getprop(fit, 0, FIT_TIMESTAMP_PROP, NULL)) {  			log_debug("Wrong FIT format: no timestamp\n"); -			return -ENODATA; +			return -EBADMSG;  		}  	} | 
