]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: boot: Use a consistent name for the script bootmeth
authorSimon Glass <sjg@chromium.org>
Sat, 19 Oct 2024 15:21:50 +0000 (09:21 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 03:27:12 +0000 (21:27 -0600)
commit5224aa1dadee67ed4c575c4d1c1e2d4c10be0c18
treed8f8577da5576bb6bfe9d00c825c7f9013a52e6a
parent79b3e9d25b3f96fdf66f9d7dc6a14fdce9a15f93
test: boot: Use a consistent name for the script bootmeth

In the bootflow tests the script bootmeth is bound with the name
bootmeth_script whereas the others have a name without the bootmeth_
prefix. Adjust it to be the same.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
test/boot/bootflow.c