scripts: zynq_mkimage: remove compiler warning
Fixes a warning while compiling zynq_mkimage.c
scripts/zynq_mkimage.c:312:2: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread returns the number bytes read, if it is not equal to st_size some error has happend

Signed-off-by: Michael Graichen <michael.graichen@hotmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent e55bb6d commit 7160a8507f2e6a2adddcca183d88675888452b40
@Michael Graichen Michael Graichen authored on 9 Apr 2020
Sascha Hauer committed on 14 Apr 2020
Showing 1 changed file
View
scripts/zynq_mkimage.c