]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: tpm-v2: use correct format code
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 6 Jan 2019 11:09:10 +0000 (12:09 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 15 Jan 2019 20:28:44 +0000 (15:28 -0500)
commit5d80642f23953169cf3b5938525e12b2e42c5f0f
treef5c953fd569b4e5ee10a58ae2a45a530c405ab3b
parentfa3ec6434fa9458c2d5ffd0ede66c6f069534ec9
cmd: tpm-v2: use correct format code

updates is defined as unsigned int. So use %u for printf().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/tpm-v2.c