
2 Dec
2015
2 Dec
'15
10:05 p.m.
On 2 December 2015 at 01:58, Bin Meng bmeng.cn@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@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@chromium.org