
11 Aug
2014
11 Aug
'14
12:21 a.m.
On Thu, Jul 24, 2014 at 12:44:25PM +1200, Chris Packham 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 Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom