summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Clark <robdclark@gmail.com>2017-09-11 23:53:08 +0300
committerTom Rini <trini@konsulko.com>2017-09-15 04:32:59 +0300
commit2e794614838292499910060509d3c4a7aaed986a (patch)
treee17a1dfc65845bc337c3f921f3efd85a8be94500 /scripts
parentc5772188ede914b0e67c2a58ae179039a582afe0 (diff)
downloadu-boot-2e794614838292499910060509d3c4a7aaed986a.tar.xz
lib: strto: fix incorrect handling of specified base
The strto functions should honor the specified base (if non-zero) rather than permitting a hex or octal string when the user wanted (for example) base 10. This has been fixed somewhere along the way in the upstream linux kernel src tree, at some point after these was copied in to u-boot. And also in a way that duplicates less code. So port _parse_integer_fixup_radix() to u-boot. Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions