All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] configs: ti: Use addr_fit for run_fit environment variable
@ 2019-09-17 19:40 Andrew F. Davis
  2019-10-12 20:27 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew F. Davis @ 2019-09-17 19:40 UTC (permalink / raw)
  To: u-boot

When running 'run_fit' the FIT file should have been loaded at
'addr_fit', although at this point they should be the same
use this variable instead of 'loadaddr'.

Signed-off-by: Andrew F. Davis <afd@ti.com>
---
 include/configs/ti_armv7_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index 2de6bc2390..6d15304a65 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -60,7 +60,7 @@
 		"do;" \
 		"setenv overlaystring ${overlaystring}'#'${overlay};" \
 		"done;\0" \
-	"run_fit=bootm ${loadaddr}#${fdtfile}${overlaystring}\0" \
+	"run_fit=bootm ${addr_fit}#${fdtfile}${overlaystring}\0" \
 	"loadfit=run args_mmc; run run_fit;\0" \
 
 /*
-- 
2.17.1

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

* [U-Boot] [PATCH] configs: ti: Use addr_fit for run_fit environment variable
  2019-09-17 19:40 [U-Boot] [PATCH] configs: ti: Use addr_fit for run_fit environment variable Andrew F. Davis
@ 2019-10-12 20:27 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-10-12 20:27 UTC (permalink / raw)
  To: u-boot

On Tue, Sep 17, 2019 at 03:40:25PM -0400, Andrew F. Davis wrote:

> When running 'run_fit' the FIT file should have been loaded at
> 'addr_fit', although at this point they should be the same
> use this variable instead of 'loadaddr'.
> 
> Signed-off-by: Andrew F. Davis <afd@ti.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/20191012/57563e58/attachment.sig>

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

end of thread, other threads:[~2019-10-12 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-17 19:40 [U-Boot] [PATCH] configs: ti: Use addr_fit for run_fit environment variable Andrew F. Davis
2019-10-12 20:27 ` 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.