tiny-printf: endless loop for %llu format

5 Aug
2021
5 Aug
'21
10:23 p.m.
Hi,
I am trying to boot AM335x platform via TFTP and found another one issue related to tiny-printf:
print_size() in lib/display_options.c relies on
printf("%llu Bytes%s", size, s);
and it surprisingly leads to infinite looping when tiny-printf is used in SPL. So, I am afraid that TFTP in SPL is currently broken for every board.
--
With best regards,
Matwey V. Kornilov
1373
Age (days ago)
1373
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matwey V. Kornilov