commit | 14a96a5f2a0bb9394364348594392f7d8669b2cb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Feb 07 11:30:46 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 11 20:10:59 2025 -0600 |
tree | 59e959d3e45a3612ee5256176bbb36e1d431ca57 | |
parent | 2bac099d77df5d2a8c60e6d10205dfbbf756718b [diff] |
test: Update fdt_overlay to do init from tests Rather than having an init function and then running the tests, create a test-init function to do it. This will allow us to get rid of the command function. Signed-off-by: Simon Glass <sjg@chromium.org>