mirror of
https://xff.cz/git/u-boot/
synced 2026-01-02 23:57:26 +01: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>