diff options
author | Simon Glass <sjg@chromium.org> | 2019-09-25 08:11:25 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2019-10-08 13:53:34 +0800 |
commit | e2adc369ec5c10dda8b0e15cfc6399d81bcfc6d1 (patch) | |
tree | 156d486fb1a9d1cad14e71283460a7a281ae7a18 /arch/x86/cpu/ivybridge/fsp_configs.c | |
parent | ff7abb85a43d501d29c43549eb3dceae25e00f10 (diff) |
x86: Rename some FSP functions to have an fsp_ prefix
Given these exported function an fsp_ prefix since they are declared in an
fsp.h header.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/ivybridge/fsp_configs.c')
-rw-r--r-- | arch/x86/cpu/ivybridge/fsp_configs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/ivybridge/fsp_configs.c b/arch/x86/cpu/ivybridge/fsp_configs.c index 773c2b2a0a..0e6453c847 100644 --- a/arch/x86/cpu/ivybridge/fsp_configs.c +++ b/arch/x86/cpu/ivybridge/fsp_configs.c @@ -9,7 +9,7 @@ DECLARE_GLOBAL_DATA_PTR; -void update_fsp_configs(struct fsp_config_data *config, +void fsp_update_configs(struct fsp_config_data *config, struct fspinit_rtbuf *rt_buf) { struct platform_config *plat_config = &config->plat_config; |