]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: booti: adjust the print format
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Sun, 25 Aug 2024 12:26:08 +0000 (14:26 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 2 Oct 2024 19:32:56 +0000 (13:32 -0600)
commit8aee4c8111cf0d4a3f86ce48a9f83ffc42ab1cd8
tree83b2dbb5fa7c70a90102f6eced4638e59c067e99
parent4f98e23b7aafcc36e8ef35620745c904361bd663
cmd: booti: 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>
cmd/booti.c