x86: fsp: Add boot_mode as a member of struct shared_data
authorBin Meng <bmeng.cn@gmail.com>
Fri, 11 Dec 2015 06:02:58 +0000 (22:02 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 13 Jan 2016 04:20:14 +0000 (12:20 +0800)
commit57ac74ff0476bd087223b14cfdc4b972db433cd9
tree5d972d9f6b87ce244a0311d40aa1aed7b08539d1
parentf0285fbe4e868311f925aeae480796d4626e1728
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 <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/fsp/fsp_support.h
arch/x86/lib/fsp/fsp_support.c