Makefile: Fix typo around CONFIG_SPL_FIT_SOURCE
authorMichal Simek <michal.simek@xilinx.com>
Wed, 2 Oct 2019 13:53:12 +0000 (15:53 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 4 Oct 2019 16:21:23 +0000 (12:21 -0400)
Trivial fix.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Makefile

index 1d9ade9..60ae53d 100644 (file)
--- 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))