]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Move cedit test into its own file and tidy
authorSimon Glass <sjg@chromium.org>
Mon, 14 Aug 2023 22:40:26 +0000 (16:40 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 17:54:33 +0000 (13:54 -0400)
commitf80ebb2fe10b8e31226424d46adbedd86768a9df
treef9578013f0a0f523713321b16298b96842d77994
parent040b04685ea4c47a5148c2fcc2ff6dfdd83bc714
expo: Move cedit test into its own file and tidy

Move this test out so it can have its own file. Rename the test to use
a cedit_ prefix.

This allows us to drop the check for CONFIG_CMD_CEDIT in the test.

Also we don't need driver model objects for this test, so drop them.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/boot/Makefile
test/boot/cedit.c [new file with mode: 0644]
test/boot/expo.c