commit | 77c875c400700a5f5fa411372bc4fc1c2d7c67ba | [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 | 5589be68e2bdf374ccd7cea27c806321b3cc12a7 [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>