[U-Boot] [PATCH] Makefile: Fix typo around CONFIG_SPL_FIT_SOURCE

Michal Simek michal.simek at xilinx.com
Wed Oct 2 13:53:12 UTC 2019


Trivial fix.

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

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1d9ade948bab..60ae53d6388a 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))
-- 
2.17.1



More information about the U-Boot mailing list