mirror of
https://xff.cz/git/u-boot/
synced 2026-04-11 13:00:02 +02:00
wait_ticks() calls get_ticks() without building a back chain which makes gdb unhappy when doing back trace. This can also cause improper memory accesses. Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>