Re: [PATCH] test/py/tests/test_fpga.py: Correct check for legacy image format support

2024-07-11 Thread Tom Rini
On Wed, 03 Jul 2024 15:19:09 -0600, Tom Rini wrote: > 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. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH] test/py/tests/test_fpga.py: Correct check for legacy image format support

2024-07-05 Thread Simon Glass
On Wed, 3 Jul 2024 at 22:19, Tom Rini wrote: > > 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. > > Signed-off-by: Tom Rini > --- > test/py/tests/test_fpga.py | 12 ++-- > 1 file cha

[PATCH] test/py/tests/test_fpga.py: Correct check for legacy image format support

2024-07-03 Thread Tom Rini
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. Signed-off-by: Tom Rini --- test/py/tests/test_fpga.py | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/py/tes