Re: [U-Boot] [PATCH 5/8] x86: fsp: Rename update_fsp_upd() and change its signature

2015-12-02 Thread Simon Glass
On 2 December 2015 at 01:59, Bin Meng 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

[U-Boot] [PATCH 5/8] x86: fsp: Rename update_fsp_upd() and change its signature

2015-12-02 Thread Bin Meng
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 --- arch/x86/cpu