common: fdt_support: print hexadecimal numbers in debug
authorSekhar Nori <nsekhar@ti.com>
Thu, 6 Dec 2018 09:50:47 +0000 (15:20 +0530)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Jan 2019 00:47:13 +0000 (17:47 -0700)
commitd8e9cf4d473fc223c272301351becb29bd18ed2a
tree2a25acacf4aa69940166477b9a023d36dac98652
parent54d2cfe6ee11dc5bcce55d41b91d92f9a53e6485
common: fdt_support: print hexadecimal numbers in debug

We usually deal with hexadecimal addresses and sizes in
device-tree. Its much easier if debug logs print hexadecimal
values too.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/fdt_support.c