diff mbox series

[U-Boot] configs: ti: Use addr_fit for run_fit environment variable

Message ID 20190917194025.30071-1-afd@ti.com
State Accepted
Commit 87875f252859c45f2e5d8cfd76f8409dce2b17cc
Delegated to: Tom Rini
Headers show
Series [U-Boot] configs: ti: Use addr_fit for run_fit environment variable | expand

Commit Message

Andrew Davis Sept. 17, 2019, 7:40 p.m. UTC
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(-)

Comments

Tom Rini Oct. 12, 2019, 8:27 p.m. UTC | #1
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!
diff mbox series

Patch

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" \
 
 /*