Hi Heinrich, On Thu, 14 Nov 2024 at 04:07, Heinrich Schuchardt <[email protected]> wrote: > > On 11/2/24 20:36, Simon Glass wrote: > > 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 <[email protected]> > > --- > > > > Changes in v2: > > - Make the test dependent on sandbox > > > > test/Makefile | 3 --- > > test/boot/Makefile | 3 +++ > > test/{ => boot}/bootm.c | 0 > > 3 files changed, 3 insertions(+), 3 deletions(-) > > rename test/{ => boot}/bootm.c (100%) > > > > diff --git a/test/Makefile b/test/Makefile > > index 48d8bc91ae6..4366e495a15 100644 > > --- a/test/Makefile > > +++ b/test/Makefile > > @@ -4,9 +4,6 @@ > > > > obj-y += test-main.o > > > > -ifneq ($(CONFIG_$(XPL_)BLOBLIST),) > > Shouldn't this be CONFIG_$(PHASE_)BLOBLIST, see common/Makefile.
There are a ton of these situations. Yes, it could be converted, but for now we don't run bloblist tests in anything other than U-Boot proper. Regards, Simon

