summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/fsp/fsp_support.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-12-10 22:02:56 -0800
committerBin Meng <bmeng.cn@gmail.com>2016-01-13 12:20:13 +0800
commitaa02446406af194b7c79c2fae06073690e4fbba3 (patch)
tree5e3c76e17bfac229d27a83cbc9712e4a13c912c1 /arch/x86/include/asm/fsp/fsp_support.h
parentfa85e826c16b9ce1ad302a57e9c4b24db0d8b930 (diff)
downloadblackbird-obmc-uboot-aa02446406af194b7c79c2fae06073690e4fbba3.tar.gz
blackbird-obmc-uboot-aa02446406af194b7c79c2fae06073690e4fbba3.zip
x86: fsp: Simplify fsp_continue()
There is no need to pass shared_data to fsp_continue() so we can remove unnecessary codes that simplifies the function a lot. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include/asm/fsp/fsp_support.h')
-rw-r--r--arch/x86/include/asm/fsp/fsp_support.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/include/asm/fsp/fsp_support.h b/arch/x86/include/asm/fsp/fsp_support.h
index 7317dda902..f30d7b4854 100644
--- a/arch/x86/include/asm/fsp/fsp_support.h
+++ b/arch/x86/include/asm/fsp/fsp_support.h
@@ -49,14 +49,12 @@ void fsp_init_done(void *hob_list);
/**
* FSP Continuation function
*
- * @shared_data: Shared data base before stack migration
* @status: Always 0
* @hob_list: HOB list pointer
*
* @retval: Never returns
*/
-void fsp_continue(struct shared_data *shared_data, u32 status,
- void *hob_list);
+void fsp_continue(u32 status, void *hob_list);
/**
* Find FSP header offset in FSP image
OpenPOWER on IntegriCloud