summaryrefslogtreecommitdiff
path: root/configs/zeropi_defconfig
diff options
context:
space:
mode:
authorSiddharth Vadapalli <s-vadapalli@ti.com>2023-08-14 10:23:47 +0530
committerTom Rini <trini@konsulko.com>2023-08-22 15:17:53 -0400
commit8f911a7be6bc631d2f4185f7d71025bf97f260e9 (patch)
treec1fd8a6a66dcf3997097ef65f365c45a8cf13251 /configs/zeropi_defconfig
parent4f543e82b9831333bc0effe9540d8e6a9dde3cb5 (diff)
downloadu-boot-8f911a7be6bc631d2f4185f7d71025bf97f260e9.tar.gz
u-boot-8f911a7be6bc631d2f4185f7d71025bf97f260e9.tar.bz2
u-boot-8f911a7be6bc631d2f4185f7d71025bf97f260e9.zip
net: Fix the displayed value of bytes transferred
In the case of NETLOOP_SUCCESS, the decimal value of the u32 variable "net_boot_file_size" is printed using "%d", resulting in negative values being reported for large file sizes. Fix this by using "%u" to print the decimal value corresponding to the bytes transferred. Fixes: 1411157d8578 ("net: cosmetic: Fixup var names related to boot file") Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/zeropi_defconfig')
0 files changed, 0 insertions, 0 deletions