commit | 27c46ab8a16118b299f540c4a068f4cd76b16419 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 22 07:57:56 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 18:51:49 2024 -0600 |
tree | 0638980cab38bbdc9247f71538e8ac853d7f9001 | |
parent | f80a914b3ad279ad8762430da2db225dfa1593eb [diff] |
test: fdt: Move common code into the setup functions Quite a lot of tests have the same two lines of code at the start. Move this into the two setup functions to reduce redundancy. Add a line to check the output from set_working_fdt_addr() since this is always emitted. Signed-off-by: Simon Glass <sjg@chromium.org>