Re: [U-Boot] [PATCH 8/9] board: cm_fx6: use PRIx64 macros for printing ram size

2018-08-02 Thread Simon Glass
On 30 July 2018 at 19:42, Masahiro Yamada wrote: > 2018-07-26 22:59 GMT+09:00 Philipp Tomsich > : >> With the recent changes of the underlying types for the ram size, we >> need to adjust the formatting. Use PRIx64 to print the (now) u64 >> field. >> >> Signed-off-by: Philipp Tomsich >> --- > >

Re: [U-Boot] [PATCH 8/9] board: cm_fx6: use PRIx64 macros for printing ram size

2018-07-30 Thread Masahiro Yamada
2018-07-26 22:59 GMT+09:00 Philipp Tomsich : > With the recent changes of the underlying types for the ram size, we > need to adjust the formatting. Use PRIx64 to print the (now) u64 > field. > > Signed-off-by: Philipp Tomsich > --- As I commented in 3/9, using PRIx64 is wrong. >

[U-Boot] [PATCH 8/9] board: cm_fx6: use PRIx64 macros for printing ram size

2018-07-26 Thread Philipp Tomsich
With the recent changes of the underlying types for the ram size, we need to adjust the formatting. Use PRIx64 to print the (now) u64 field. Signed-off-by: Philipp Tomsich --- board/compulab/cm_fx6/cm_fx6.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git