commit | 941338725d339c233379def75adeaa0977587a96 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:45 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 13:26:49 2020 -0500 |
tree | bcc3b3f8296c954690fa5ff2cd4bdf9a69467abc | |
parent | 1444998230824ac9e95c14073a00e99e59b78ed8 [diff] |
common: Move relocate_code() to init.h This is an init function so move it out of the common header. Avoid using the typedef so that we don't have to include the global_data header file. Also tidy up the function style in comments while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>