commit | 9174a7541b886efe1306454d682ef57dc12850e9 | [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 | 805841412a5c1150aa37c05f89aa3ff1ca2ec405 [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