Home
last modified time | relevance | path

Searched hist:"67 b060b46b117375b489de2112c90c456552b654" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/
H A DMakefile67b060b46b117375b489de2112c90c456552b654 Wed Jul 23 19:44:25 CDT 2014 Chris Packham <judge.packham@gmail.com> Makefile: use $(shell ...) for determining file_size

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>