Thanks, applied as 0cb7eb832610e947d07029199cc6bc998542c002. Michael
[sent from post-receive hook] On Mon, 24 Mar 2025 08:45:58 +0100, Alexander Dahl <[email protected]> wrote: > kconfig was used implicitly already because AT91BOOTSTRAP2_CONFIG is > defined. > > Signed-off-by: Alexander Dahl <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/at91bootstrap2.make b/rules/at91bootstrap2.make > index c36e30305a92..04041a05b0df 100644 > --- a/rules/at91bootstrap2.make > +++ b/rules/at91bootstrap2.make > @@ -32,6 +32,8 @@ AT91BOOTSTRAP2_LICENSE := unknown > AT91BOOTSTRAP2_WRAPPER_BLACKLIST := \ > $(PTXDIST_LOWLEVEL_WRAPPER_BLACKLIST) > > +AT91BOOTSTRAP2_CONF_TOOL := kconfig > + > AT91BOOTSTRAP2_MAKE_ENV := \ > CROSS_COMPILE=$(BOOTLOADER_CROSS_COMPILE) \ > HOSTCC=$(HOSTCC)
