]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootm: adjust the print format
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Sun, 25 Aug 2024 12:26:07 +0000 (14:26 +0200)
committerTom Rini <trini@konsulko.com>
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 <dario.binacchi@amarulasolutions.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
boot/bootm.c