summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-10-02 16:53:12 +0300
committerTom Rini <trini@konsulko.com>2019-10-04 19:21:23 +0300
commitfc8db754c289e00b9d4ae06eb20185042b537e7d (patch)
tree2a22782ea6493af44c985aed86696d0018379d3f /Makefile
parentc9e6c13deb65acdb0faf72d0367d22ef0e15dbf5 (diff)
downloadu-boot-fc8db754c289e00b9d4ae06eb20185042b537e7d.tar.xz
Makefile: Fix typo around CONFIG_SPL_FIT_SOURCE
Trivial fix. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d9ade948b..60ae53d638 100644
--- a/Makefile
+++ b/Makefile
@@ -1232,7 +1232,7 @@ ifndef CONFIG_SYS_UBOOT_START
CONFIG_SYS_UBOOT_START := 0
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
ifneq ($(CONFIG_SPL_FIT_SOURCE),"")
U_BOOT_ITS = $(subst ",,$(CONFIG_SPL_FIT_SOURCE))