FASTBOOT: Fix sparse: out-length format
The printf that outputs the length of a sparse file had a "0x" in
front of a non-hex format (%llu). I removed the 0x and changed
the format to work better with the way the fastboot program
prints out the messages.
Before:
(bootloader)
sparse: out-length-0x8415 MB
After:
(bootloader) sparse: out-length 8415 MB
Change-Id: I5307c437dd02a5075f06ef728e1e0f58a34c4c94
Signed-off-by: Scott Anderson <[email protected]>