commit | 6fd2aad04ec96116e58631b7f92d8bf518bfd353 | [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 | afdce7686371191dbe85b0ec3814abc364a22205 [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>