From: Michal Simek <michal.simek@xilinx.com>
Date: Wed, 2 Oct 2019 13:53:12 +0000 (+0200)
Subject: Makefile: Fix typo around CONFIG_SPL_FIT_SOURCE
X-Git-Tag: v2025.01-rc5-pxa1908~2767^2~11
X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/index.html?a=commitdiff_plain;h=fc8db754c289e00b9d4ae06eb20185042b537e7d;p=u-boot.git

Makefile: Fix typo around CONFIG_SPL_FIT_SOURCE

Trivial fix.

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

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))