]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: efi_loader: Fix dependency for http test
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Fri, 25 Oct 2024 16:47:32 +0000 (17:47 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 28 Oct 2024 02:11:30 +0000 (20:11 -0600)
commit467a84e0127ca6b8ca285c7a0b1ff625b6b2ca4b
treedc1d79166bf59aa32a531b966b9aa5c991a2d821
parent2800aecce08b47b169d8e9824dd23b1297b2cedc
test: efi_loader: Fix dependency for http test

The config setting CMD_BOOTEFI_HELLO_COMPILE was removed in favour
of BOOTEFI_HELLO_COMPILE but the dependency for
test_efi_helloworld_net_http was not updated and so is now incorrect
preventing the test from ever running. Fix it.

Fixes: 6fe80876dcc7 ("efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE")
Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
test/py/tests/test_efi_loader.py