--- Begin Message ---
kconfig was used implicitly already because AT91BOOTSTRAP2_CONFIG is
defined.

Signed-off-by: Alexander Dahl <[email protected]>
---

Notes:
    v2:
    - no change

 rules/at91bootstrap2.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules/at91bootstrap2.make b/rules/at91bootstrap2.make
index c36e30305..04041a05b 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)
-- 
2.39.5



--- End Message ---

Reply via email to