[U-Boot] [PATCH 2/8] x86: fsp: Avoid cast stack_top in struct shared_data
Simon Glass
sjg at chromium.org
Wed Dec 2 22:05:46 CET 2015
On 2 December 2015 at 01:58, Bin Meng <bmeng.cn at gmail.com> wrote:
> Declare stack_top as u32 in struct shared_data and struct common_buf
> so that we can avoid casting in fsp_init().
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> arch/x86/include/asm/fsp/fsp_api.h | 2 +-
> arch/x86/include/asm/fsp/fsp_support.h | 2 +-
> arch/x86/lib/fsp/fsp_support.c | 4 ++--
> 3 files changed, 4 insertions(+), 4 deletions(-)
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list