commit | e2a5d55642712f3c5a95b148cd1c94be801c4c4f | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Fri Mar 20 12:56:17 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 28 12:07:44 2015 -0400 |
tree | 2959421e0ddbbd2de6bba31bdf20d49712029e3f | |
parent | 750461887efacb53caec0fb048d1070ee54180e2 [diff] |
config: Use booti instead of bootz on 64-bit ARM The bootz command doesn't work with Linux kernel images on 64-bit ARM. The replacement command with the same interface and functionality is booti. Cc: Dennis Gilmore <dennis@ausil.us> Cc: Tom Rini <trini@konsulko.com> Signed-off-by: Thierry Reding <treding@nvidia.com>