commit | 079ef9537abbfb413fd8e9d60478cd59dbae5994 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 26 09:26:14 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 04 08:22:10 2025 -0600 |
tree | ced7f7d40b63396d53cdf9cacab2d7deacd9c888 | |
parent | 733ac64dab0421b4f4eaf314aad38588409af4cb [diff] |
Revert "dm: core: Simplify dm_probe_devices()" Unfortunately this change was not safe as some devices are bound before relocation, but we don't want to probe them. It causes 'raise: Signal # 8 caught' on jerry. Move the bootstage timer to after autoprobe in initf_dm() since the trace test does not tolerate any variance. This reverts commit 21dd873572a01d74bfdfceb7a30b056f8ccba187. Signed-off-by: Simon Glass <sjg@chromium.org>