
2 Aug
2021
2 Aug
'21
7:52 p.m.
On Sat, Jul 24, 2021 at 09:03:38AM -0600, Simon Glass wrote:
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
Applied to u-boot/master, thanks!
--
Tom