Skip to content
Snippets Groups Projects
Commit 0b308f14 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
Reported-by: default avatarVasili Galka <vvv444@gmail.com>
parent 6ee3d00d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment