]> Git Repo - J-u-boot.git/commit
board: raspberrypi: Fix format specifier for printing rev_scheme
authorFrancois Berder <[email protected]>
Tue, 9 Jul 2024 12:20:48 +0000 (14:20 +0200)
committerPeter Robinson <[email protected]>
Fri, 12 Jul 2024 10:42:30 +0000 (11:42 +0100)
commitc06687aa0649d1ecdf42f3d09e2612b228554b4b
tree76bab122311361da4b9c40d47d59ad49d4328f18
parent599422192ed7ad5460a4ac5e30683854eb0a137c
board: raspberrypi: Fix format specifier for printing rev_scheme

rev_scheme is an unsigned integer and must not be printed
as a signed integer.

Signed-off-by: Francois Berder <[email protected]>
Reviewed-by: Peter Robinson <[email protected]>
board/raspberrypi/rpi/rpi.c
This page took 0.036397 seconds and 4 git commands to generate.