Home
last modified time | relevance | path

Searched hist:"0 b308f14f06bc464bbf9bf3566aca0e1eabffb33" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/
H A DMakefile0b308f14f06bc464bbf9bf3566aca0e1eabffb33 Wed Jun 18 01:10:15 CDT 2014 Simon Glass <sjg@chromium.org> Avoid using gawk-specific strtonum()

We need to subtract two hex numbers. Avoid using strtonum() by doing the
subtraction in bc with a suitable input base.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Vasili Galka <vvv444@gmail.com>