commit | ff9b9034bec933f52004c1ff33dad6862bf9e9ed | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 24 09:03:30 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 02 13:32:14 2021 -0400 |
tree | 2d83815e93fc16decbaa5671fd660ade0ec74532 | |
parent | 3ff49ecd854ce2bf8906bd80f29c9b7ee858c113 [diff] |
global: Convert simple_strtoul() with decimal to dectoul() It is a pain to have to specify the value 10 in each call. Add a new dectoul() function and update the code to use it. Signed-off-by: Simon Glass <sjg@chromium.org>