]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: test_efi_loader: add missing dependency on cmd_tftpboot
authorJerome Forissier <jerome.forissier@linaro.org>
Wed, 11 Sep 2024 09:58:25 +0000 (11:58 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 24 Sep 2024 19:41:21 +0000 (13:41 -0600)
commit9f8c10c7ab565fefc8aeff56060b36ce729a8dda
tree365868e22b41baf0a0167d86aeeb7ab41badca3d
parenta95e99f2df450b75a0239d2872f75f4b1771587b
test/py: test_efi_loader: add missing dependency on cmd_tftpboot

test_efi_helloworld_net() and test_efi_grub_net() depend on
cmd_tftpboot so add the missing annotations.

Reported-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
test/py/tests/test_efi_loader.py