Re: [U-Boot] [PATCH] common: fdt_support: print hexadecimal numbers in debug

2018-12-06 Thread Sekhar Nori
On 06/12/18 7:01 AM, Simon Glass wrote: > On Wed, 5 Dec 2018 at 02:46, Sekhar Nori wrote: >> >> We usually deal with hexadecimal addresses and sizes in >> device-tree. Its much easier if debug logs print hexadecimal >> values too. >> >> Signed-off-by: Sekhar Nori >> --- >> common/fdt_support.c |

Re: [U-Boot] [PATCH] common: fdt_support: print hexadecimal numbers in debug

2018-12-05 Thread Simon Glass
On Wed, 5 Dec 2018 at 02:46, Sekhar Nori wrote: > > We usually deal with hexadecimal addresses and sizes in > device-tree. Its much easier if debug logs print hexadecimal > values too. > > Signed-off-by: Sekhar Nori > --- > common/fdt_support.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 dele

[U-Boot] [PATCH] common: fdt_support: print hexadecimal numbers in debug

2018-12-05 Thread Sekhar Nori
We usually deal with hexadecimal addresses and sizes in device-tree. Its much easier if debug logs print hexadecimal values too. Signed-off-by: Sekhar Nori --- common/fdt_support.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/fdt_support.c b/common/fdt_support.c