commit | 2b60f8c8b132e3d3fe4af74931055fa045ec81c9 | [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 | b8133039fb75650b8baf25a96bfbdcab31147fec [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>