diff options
| author | Tom Rini <[email protected]> | 2022-03-05 11:34:31 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-05 11:34:31 -0500 |
| commit | 0444cbbe77ef3583c84086b8e80dc8f86cc80e40 (patch) | |
| tree | 6e69554b0f9e3e5c3971da75fe1f10dc6098db10 /include | |
| parent | 55b5c426ae68ec9c1589960e7e6a8d2a4c399534 (diff) | |
| parent | 9b5ad4f5da756939eac4123fc347af533eeb339e (diff) | |
Merge branch '2022-03-04-assorted-minor-fixes'
- mailmap file updates, OpenSSL code cleanup, assorted TI platform
fixes, typo fix.
Diffstat (limited to 'include')
| -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 97337070092..7483bc821d3 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -55,7 +55,7 @@ "do;" \ "setenv overlaystring ${overlaystring}'#'${overlay};" \ "done;\0" \ - "run_fit=bootm ${addr_fit}#${fdtfile}${overlaystring}\0" \ + "run_fit=bootm ${addr_fit}#conf-${fdtfile}${overlaystring}\0" \ /* * DDR information. If the CONFIG_NR_DRAM_BANKS is not defined, |
