]> git.sur5r.net Git - u-boot/commit
tpm: substitute deprecated uint<x>_t types with their u<x> equivalent
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 15 May 2018 09:56:59 +0000 (11:56 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 25 May 2018 12:12:40 +0000 (08:12 -0400)
commitb9804e5bf36351b77cf354a81304657a895c9f0f
treef49bb11323bc11cefa04e8ffb9514d280e467500
parentfd0bc263d96778673052f4507d16d81228408436
tpm: substitute deprecated uint<x>_t types with their u<x> equivalent

Fix following checkpatch.pl issues in TPM-related code:

    CHECK: Prefer kernel type 'u8' over 'uint8_t'
    CHECK: Prefer kernel type 'u16' over 'uint16_t'
    CHECK: Prefer kernel type 'u32' over 'uint32_t'

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/tpm.c
include/tpm.h
lib/tpm.c