diff options
| author | Simon Glass <[email protected]> | 2023-02-01 13:19:17 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-02-07 14:33:47 -0500 |
| commit | 718bd39d9f2fdc79292dd0048df8ca7be3fd3353 (patch) | |
| tree | 8ebf247e5a3258eb17347a760e7dcc0d07d9ab8b | |
| parent | ab00ba032f88abd8f7396e08175411e0333d7cf4 (diff) | |
Makefile: Drop CONFIG_AIS_CONFIG_FILE
This is not defined anywhere. Drop it.
Signed-off-by: Simon Glass <[email protected]>
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |
