Stefan Reinauer 9981cad801 nvramtool: use C99 PRIx64 / PRId64 for uint64_t variables
In printf/printk, using %lld or %ld for uint64_t will warn on either
64bit or 32bit machines.  However, C99 defines PRIx64 / PRId64 to
provide the right modifiers for printing uint64_t variables. Use them
instead.

Change-Id: I68df5d069a1e99d1a75885173ddfd7815197afea
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/1053
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
2012-05-25 08:01:37 +02:00
..
2012-02-17 19:04:31 +01:00
2012-05-14 18:33:41 +02:00
2012-04-28 02:46:54 +02:00
2011-09-07 01:27:57 +02:00
2010-09-21 21:16:27 +00:00
2012-04-13 10:51:40 +02:00
2012-02-17 19:04:31 +01:00
2012-03-31 12:07:10 +02:00