]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Makefile: Drop CONFIG_AIS_CONFIG_FILE
authorSimon Glass <sjg@chromium.org>
Wed, 1 Feb 2023 20:19:17 +0000 (13:19 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 7 Feb 2023 19:33:47 +0000 (14:33 -0500)
This is not defined anywhere. Drop it.

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

index 518ad39ce5ad5e21e74f5fbd5dc950c61af7fc34..fb65b2cb477b5785edaa7a56ac1335538228b42a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1531,8 +1531,7 @@ MKIMAGEFLAGS_u-boot.ubl = -n $(UBL_CONFIG) -T ublimage -e $(CONFIG_TEXT_BASE)
 u-boot.ubl: u-boot-with-spl.bin FORCE
        $(call if_changed,mkimage)
 
-MKIMAGEFLAGS_u-boot-spl.ais = -s -n $(if $(CONFIG_AIS_CONFIG_FILE), \
-       $(srctree)/$(CONFIG_AIS_CONFIG_FILE:"%"=%),"/dev/null") \
+MKIMAGEFLAGS_u-boot-spl.ais = -s -n "/dev/null" \
        -T aisimage -e $(CONFIG_SPL_TEXT_BASE)
 spl/u-boot-spl.ais: spl/u-boot-spl.bin FORCE
        $(call if_changed,mkimage)