arm: mvebu: spl: Use preferred types u8/u16/u32 instead of uintN_t
authorMarek Behún <marek.behun@nic.cz>
Fri, 14 Jan 2022 13:31:43 +0000 (14:31 +0100)
committerStefan Roese <sr@denx.de>
Thu, 20 Jan 2022 10:35:29 +0000 (11:35 +0100)
commitc894566c5df5e4be0db37a67433dfc93334843d7
treea223c02592f22bcec5e658684c8a9e9a9bd59436
parent62ee75a30d1aa0d8526fd2b8834bb28f885f9e94
arm: mvebu: spl: Use preferred types u8/u16/u32 instead of uintN_t

Checkpatch warns about using uint32/16/8_t instead of u32/16/8.

Use the preferred types.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/spl.c