]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Allow CONFIG_SPL_LOAD_FIT to be disabled
authorSimon Glass <sjg@chromium.org>
Mon, 5 Jul 2021 22:32:41 +0000 (16:32 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Jul 2021 16:27:34 +0000 (10:27 -0600)
commitf093f8649c794866f5793f132f93c95335aea817
tree6f3999f8f9ac7471b25a8dece1385201c798c2d4
parent504fb6699778c77be80498400ef6206204f69a6b
test: Allow CONFIG_SPL_LOAD_FIT to be disabled

At present if this is not enabled on a sandbox build, the build fails. Add
a condition to avoid this.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/Makefile