futility: flash: Correct the output syntax of 32bit hex

Use "0x%08" PRIx32 instead of "%#010x" to print uint32_t in hex.
This ensures consistent 0x prefix and zero-padding. e.g. 0000000000 v.s.
0x00000000 for zero values.

BUG=none
BRANCH=none
TEST=futility flash --flash-info and see
     (start = 0x00000000, length = 0x00400000)
TEST=check all the users (rmad and factory) will still be good.

Change-Id: I45e1dc0bbc609083d343486135f88c81c7c2262c
Signed-off-by: Hsuan Ting Chen <roccochen@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/5600332
Reviewed-by: Yu-Ping Wu <yupingso@chromium.org>
1 file changed