commit | b9ff648d0f2e08edc43f410bd0da11ec713eafd4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:23 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:39 2023 -0500 |
tree | 27c90e872b54257090d8f952dc278b158ded3685 | |
parent | 29bfcd62be9c6498f22b0d9893d7ba7563511a90 [diff] |
dm: test: Correct ordering of DM setup We must call dm_scan_other() after devices from the device tree have been created, since that function behaves differently if there is no bootstd device. Adjust the logic to achieve this. Also fix the bootflow_system() test which was relying on this broken behaviour. Signed-off-by: Simon Glass <sjg@chromium.org>