On 30 July 2018 at 19:42, Masahiro Yamada <[email protected]> wrote: > 2018-07-26 22:59 GMT+09:00 Philipp Tomsich > <[email protected]>: >> 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 <[email protected]> >> --- > > > As I commented in 3/9, > using PRIx64 is wrong. >
I'm happy enough if we can more to using fixed types (long int = 32-bit, long long = 64-bit). But is anyone actually working on this? For now this is standard C and seems good enough to me. Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

