commit | 852d4dbd70baa550cc5e8ef789aa719d30e94242 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 15 14:15:51 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sat Feb 11 12:22:35 2023 -0500 |
tree | c17abd8e6c2cd3cff5e1411b7d5cc4dd5b582eb1 | |
parent | 80f91558a173fe841810ab6a7a0f70b52344ec76 [diff] |
trace: Detect an infinite loop If something is wrong with a board's timer function such that it calls functions not marked with notrace, U-Boot will hang. Detect this, print a message and disable the trace. Signed-off-by: Simon Glass <sjg@chromium.org>