commit | 3d527364708aa37803161aad4bd13f2d31391e6f | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Mon Aug 12 15:59:55 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 20 11:46:11 2019 -0400 |
tree | e0f6ebacf24ceadb4a6c176cf77fae0fabd00062 | |
parent | d2986a9bd8c06df52483e244f5c381e3cb899876 [diff] |
configs: Rename environment variable fit_bootfile to name_fit Like we did with 'fit_loadaddr' to 'addr_fit', the variable 'fit_bootfile' contains a name and so should be prefixed with name_. Make this change here. Signed-off-by: Andrew F. Davis <afd@ti.com>