commit | 295c423a6092fa3c07cdd9384775675f5e19d804 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 28 10:27:18 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 05 13:52:36 2017 -0400 |
tree | 0107d1449b4ef4ea25b01c72e5010cd11ecb42af | |
parent | 5b668884aa249fa128a52db3a02af56c76de5b89 [diff] |
board_f: x86: Rename x86_fsp_init() to arch_fsp_init() While x86 is the only user and this could in principle be moved to arch_cpu_init() there is some justification for this being a separate call. It provides a way to handle init which is not CPU-specific, but must happen before the CPU can be set up. Rename the function to be more generic. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>