commit | 2461bd3a89f7f2cdf4a7302536746733970cfe53 | [log] [tgz] |
---|---|---|
author | Manish Pandey <manish.pandey2@arm.com> | Tue Nov 09 20:49:56 2021 +0000 |
committer | Manish Pandey <manish.pandey2@arm.com> | Tue Nov 09 20:58:03 2021 +0000 |
tree | 8a4d21b35063ca0d4473986493ba741089b78fe7 | |
parent | a706524417fbb5844c0b057bdcad263679a693f4 [diff] |
fix(gpt_rme): use correct print format for uint64_t sha 4ce3e99a3 introduced printf format specifiers for fixed width types, which uses PRI*64 instead of "ll" for 64 bit values. Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I30472411467061d58cc6ee22407ed3bad2552751