]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py/tests/test_fpga.py: Correct check for legacy image format support
authorTom Rini <trini@konsulko.com>
Wed, 3 Jul 2024 21:19:09 +0000 (15:19 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 11 Jul 2024 19:15:37 +0000 (13:15 -0600)
commit6fd2aad04ec96116e58631b7f92d8bf518bfd353
tree5ddc070b78de9d33b3dff1957213d8c49afa07df
parentafdce7686371191dbe85b0ec3814abc364a22205
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>
test/py/tests/test_fpga.py