All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Makefile: Fix typo around CONFIG_SPL_FIT_SOURCE
@ 2019-10-02 13:53 Michal Simek
  2019-10-06  0:08 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2019-10-02 13:53 UTC (permalink / raw)
  To: u-boot

Trivial fix.

Signed-off-by: Michal Simek <michal.simek@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] Makefile: Fix typo around CONFIG_SPL_FIT_SOURCE
  2019-10-02 13:53 [U-Boot] [PATCH] Makefile: Fix typo around CONFIG_SPL_FIT_SOURCE Michal Simek
@ 2019-10-06  0:08 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-10-06  0:08 UTC (permalink / raw)
  To: u-boot

On Wed, Oct 02, 2019 at 03:53:12PM +0200, Michal Simek wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191005/f7e1e8e5/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-06  0:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-02 13:53 [U-Boot] [PATCH] Makefile: Fix typo around CONFIG_SPL_FIT_SOURCE Michal Simek
2019-10-06  0:08 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.