
2 Aug
2018
2 Aug
'18
10:36 p.m.
On 30 July 2018 at 19:42, Masahiro Yamada yamada.masahiro@socionext.com wrote:
2018-07-26 22:59 GMT+09:00 Philipp Tomsich philipp.tomsich@theobroma-systems.com:
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 philipp.tomsich@theobroma-systems.com
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 sjg@chromium.org