]> Git Repo - u-boot.git/commit
bootm: adjust the print format
authorDario Binacchi <[email protected]>
Sun, 25 Aug 2024 12:26:07 +0000 (14:26 +0200)
committerTom Rini <[email protected]>
Wed, 2 Oct 2024 19:32:56 +0000 (13:32 -0600)
commit4f98e23b7aafcc36e8ef35620745c904361bd663
tree8bb7fd1627c8c8177e28e3b56428ba05d093bc2c
parent136b7b6d2e9837849732c6ade8f4bdaf870ed83a
bootm: adjust the print format

All three addresses printed are in hexadecimal format, but only the
first two have the "0x" prefix. The patch aligns the format of the
"end" address with the other two by adding the "0x" prefix.

Signed-off-by: Dario Binacchi <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
boot/bootm.c
This page took 0.035371 seconds and 4 git commands to generate.