commit | 0b1284eb52578e15ec611adc5fee1a9ae68dadea | [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 | 7e5f460ec457fe310156e399198a41eb0ce1e98c [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>