projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9e6c13
)
Makefile: Fix typo around CONFIG_SPL_FIT_SOURCE
author
Michal Simek
<michal.simek@xilinx.com>
Wed, 2 Oct 2019 13:53:12 +0000
(15:53 +0200)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 1d9ade948bab7d203972ccba6b94dbb6ca91fa74..60ae53d6388a67cb8c473f5fe774d5f0af74be96 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 requir
e
ments can provide an .its source file
# or a generator script
ifneq ($(CONFIG_SPL_FIT_SOURCE),"")
U_BOOT_ITS = $(subst ",,$(CONFIG_SPL_FIT_SOURCE))