
25 Jul
2014
25 Jul
'14
4:28 p.m.
On 24 July 2014 01:44, Chris Packham judge.packham@gmail.com wrote:
file_size was being calculated using back-ticks but map_size uses $(shell ...). Update the file_size calculation to use $(shell ...).
From: Jeroen Hofstee jeroen@myspectrum.nl
The binary_size_check target relies on stat -c %s to return the size of u-boot.bin. This only works with GNU stat though. Use wc instead.
Signed-off-by: Chris Packham judge.packham@gmail.com
Thanks for joining these.
Acked-by: Simon Glass sjg@chromium.org