commit | 5f1afdd170cf7459f71a2be3f2bef2174d0dda94 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 04 13:26:10 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Jul 10 09:15:14 2013 -0400 |
tree | 9e3081db245b9dbf6704048982131ce807e9253b | |
parent | fde683ccc981610274fd2fbed7f3211957ff5887 [diff] |
bootm: Clean up bootz_setup() function This function has no prototype in the headers and passes void * around, thus requiring several casts. Tidy this up. - Add new patch to clean up bootz_setup() function Signed-off-by: Simon Glass <sjg@chromium.org>