Re: [PATCH 03/22] test: Allow CONFIG_SPL_LOAD_FIT to be disabled

2021-07-17 Thread Simon Glass
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 --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) Applied to u-boot-dm, thanks!

[PATCH 03/22] test: Allow CONFIG_SPL_LOAD_FIT to be disabled

2021-07-05 Thread Simon Glass
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 --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile b/test/Makefile index a26e915e050..117839e5847 100644 --- a/test/Makefile +++ b/