1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00
Files
u-boot-megous/lib
Michal Simek 0486497e2b lib: Improve _parse_integer_fixup_radix base 16 detection
Base autodetection is failing for this case:
if test 257 -gt 3ae; then echo first; else echo second; fi

It is because base for 3ae is recognized by _parse_integer_fixup_radix() as
10. The code detects the first char which is not between 'a'/'A' or 'f'/'F'
to change base from dec to hex.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Shiril Tichkule <shirilt@xlinx.com>
2020-04-06 12:52:45 +02:00
..
2020-01-17 10:15:49 -05:00
2019-12-06 16:44:20 -05:00
2019-09-20 20:09:19 +02:00
2019-12-02 18:23:07 -05:00
2019-10-31 07:22:53 -04:00
2019-07-10 16:52:58 -06:00
2020-01-25 12:04:36 -05:00
2019-12-06 16:44:20 -05:00
2019-08-11 16:43:41 -04:00
2020-01-22 17:47:57 -05:00