]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootm: test: Move test into boot
authorSimon Glass <sjg@chromium.org>
Sat, 2 Nov 2024 19:36:54 +0000 (13:36 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 17:56:01 +0000 (11:56 -0600)
commit7f8b8c5abc28704e794c4bf05903afc88c808581
tree3e6afc69db98e7942a70f81edfb36e73219fd581
parentee3c8698e0908d881ce85fd82a26f2ac96978c71
bootm: test: Move test into boot

This test doesn't belong at the top level. Move it into the boot/
directory, to match its implementation.

This test is currently dependent on bloblist, but the real dependency is
on sandbox, so update that.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Tom Rini <trini@konsulko.com> # rpi_3, rpi_4, rpi_arm64, am64x_evm_a53, am64-sk
test/Makefile
test/boot/Makefile
test/boot/bootm.c [moved from test/bootm.c with 100% similarity]