commit | be9312a6830bfe0218e9969554d9ca7d9a7ea346 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jun 18 00:10:15 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Mon Jul 07 19:42:33 2014 -0400 |
tree | 4fc97b28d50f1bff565929f3160c73f6630f7ca3 | |
parent | bff242f76bd641c61ecb7d8f2be68dedede237c9 [diff] |
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>