diff options
author | Andrew F. Davis <afd@ti.com> | 2019-09-17 15:40:25 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-11 13:31:18 -0400 |
commit | 87875f252859c45f2e5d8cfd76f8409dce2b17cc (patch) | |
tree | 2e86d60b7b4df24b9aba0cc7324a9ef27d0e2442 /include/configs/ti_armv7_common.h | |
parent | 51d4e47afa9cbd6b83cfc4143bbd7a1fd9981321 (diff) |
configs: ti: Use addr_fit for run_fit environment variable
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>
Diffstat (limited to 'include/configs/ti_armv7_common.h')
-rw-r--r-- | include/configs/ti_armv7_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ /* |