commit | 811a260cf5f419c991a2412d78e6338acb39d230 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 08 08:32:56 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 24 16:40:09 2020 -0400 |
tree | 589dbab11527cbd95728f4d5c8b2990975687a28 | |
parent | d05092837ed266559d63a0cf92fe04affaf62f09 [diff] |
lib: Add a function to convert a string to upper case Add a helper function for this operation. Update the strtoul() tests to check upper case as well. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>