commit | 343ccfc7ad3093e58630d79e526ad3552d6f17f6 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jul 03 15:19:09 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 11 13:15:37 2024 -0600 |
tree | 5ddc070b78de9d33b3dff1957213d8c49afa07df | |
parent | fde0dffcc960933cd1cc2707c51d2ab0095c252e [diff] |
test/py/tests/test_fpga.py: Correct check for legacy image format support The build option to support images of type 'IMAGE_FORMAT_LEGACY' is CONFIG_LEGACY_IMAGE_FORMAT so update the pytest to check for the correct option. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>