From: Simon Glass Date: Wed, 1 Feb 2023 20:19:17 +0000 (-0700) Subject: Makefile: Drop CONFIG_AIS_CONFIG_FILE X-Git-Tag: v2025.01-rc5-pxa1908~1117^2~66 X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=718bd39d9f2fdc79292dd0048df8ca7be3fd3353;p=u-boot.git Makefile: Drop CONFIG_AIS_CONFIG_FILE This is not defined anywhere. Drop it. Signed-off-by: Simon Glass --- diff --git a/Makefile b/Makefile index 518ad39ce5..fb65b2cb47 100644 --- 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)