mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-30 11:01:26 +02:00
Makefile: Fix typo around CONFIG_SPL_FIT_SOURCE
Trivial fix. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
c9e6c13deb
commit
fc8db754c2
2
Makefile
2
Makefile
@ -1232,7 +1232,7 @@ ifndef CONFIG_SYS_UBOOT_START
|
|||||||
CONFIG_SYS_UBOOT_START := 0
|
CONFIG_SYS_UBOOT_START := 0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Boards with more complex image requirments can provide an .its source file
|
# Boards with more complex image requirements can provide an .its source file
|
||||||
# or a generator script
|
# or a generator script
|
||||||
ifneq ($(CONFIG_SPL_FIT_SOURCE),"")
|
ifneq ($(CONFIG_SPL_FIT_SOURCE),"")
|
||||||
U_BOOT_ITS = $(subst ",,$(CONFIG_SPL_FIT_SOURCE))
|
U_BOOT_ITS = $(subst ",,$(CONFIG_SPL_FIT_SOURCE))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user