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

global: Convert simple_strtoul() with hex to hextoul()


It is a pain to have to specify the value 16 in each call. Add a new
hextoul() function and update the code to use it.

Add a proper comment to simple_strtoul() while we are here.

Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 031725f8
No related branches found
No related tags found
No related merge requests found
Showing
with 65 additions and 66 deletions
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