diff options
author | Simon Glass | 2021-07-24 09:03:38 -0600 |
---|---|---|
committer | Tom Rini | 2021-08-02 13:32:14 -0400 |
commit | e6951139c0544116330b12e287fe45e30bbab11c (patch) | |
tree | 15216d11d6890cd497b6a97176c7aad4c4d63ecf /env | |
parent | 5f4b356121fdb520e4c9bb4fe3483c1a5f93439c (diff) |
lib: Allow using 0x when a decimal value is requested
U-Boot mostly uses hex for value input, largely because addresses are much
easier to understand in hex.
But in some cases a decimal value is requested, such as where the value is
small or hex does not make sense in the context. In these cases it is
sometimes useful to be able to provide a hex value in any case, if only to
resolve any ambiguity.
Add this functionality, for increased flexibility.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'env')
0 files changed, 0 insertions, 0 deletions