
2 Aug
2021
2 Aug
'21
7:51 p.m.
On Sat, Jul 24, 2021 at 09:03:32AM -0600, Simon Glass wrote:
If we see 0x then we can assume this is the start of a hex value. It does not seem necessary to check for a hex digit after that since it will happen when parsing the value anyway.
Drop this check to simplify the code and reduce size. Add a few more test cases for when a 0x prefix is used.
Signed-off-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom