From 57ac74ff0476bd087223b14cfdc4b972db433cd9 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Thu, 10 Dec 2015 22:02:58 -0800 Subject: x86: fsp: Add boot_mode as a member of struct shared_data Save boot_mode in struct shared_data for future refactoring. Signed-off-by: Bin Meng Acked-by: Simon Glass Tested-by: Simon Glass --- arch/x86/include/asm/fsp/fsp_support.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86/include/asm/fsp/fsp_support.h') diff --git a/arch/x86/include/asm/fsp/fsp_support.h b/arch/x86/include/asm/fsp/fsp_support.h index 685778e11e..18e2d2162d 100644 --- a/arch/x86/include/asm/fsp/fsp_support.h +++ b/arch/x86/include/asm/fsp/fsp_support.h @@ -21,6 +21,7 @@ struct shared_data { struct fsp_header *fsp_hdr; u32 stack_top; + u32 boot_mode; struct upd_region fsp_upd; }; -- cgit v1.2.3