[U-Boot] [PATCH 5/8] x86: fsp: Rename update_fsp_upd() and change its signature
Simon Glass
sjg at chromium.org
Wed Dec 2 22:05:54 CET 2015
On 2 December 2015 at 01:59, Bin Meng <bmeng.cn at gmail.com> wrote:
> To support platform-specific configurations (might not always be
> UPD on some platform), use a better name update_fsp_configs() and
> accepct struct fsp_config_data as its parameter so that platform
> codes can handle whatever configuration data for that FSP.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> arch/x86/cpu/baytrail/fsp_configs.c | 5 +++--
> arch/x86/cpu/queensbay/fsp_configs.c | 2 +-
> arch/x86/include/asm/fsp/fsp_support.h | 6 +++---
> arch/x86/lib/fsp/fsp_support.c | 12 ++++++------
> 4 files changed, 13 insertions(+), 12 deletions(-)
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list