x86: Move fsp_api.h inclusion out of fsp_support.h
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:00:14 +0000 (08:00 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:50:26 +0000 (13:50 +0800)
This header file is different for each version of FSP. Move it into the
fsp_arch.h header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/fsp1/fsp_support.h
arch/x86/include/asm/fsp_arch.h

index 2fa6619c03c3544fafc076d93167e0323dece6b0..c75afe935673d06950992549035f6d40f1324099 100644 (file)
@@ -11,7 +11,6 @@
 #include "fsp_hob.h"
 #include "fsp_fv.h"
 #include "fsp_ffs.h"
-#include "fsp_api.h"
 #include "fsp_infoheader.h"
 #include "fsp_bootmode.h"
 #include <asm/fsp_arch.h>
index fb7f9109f7b88f64cc7b5944a5134655349eddcb..b223141c44882b9ee050ca7e946e355d67dabb96 100644 (file)
@@ -14,6 +14,7 @@
  * since this file can be included from assembly.
  */
 
+#include <asm/fsp1/fsp_api.h>
 #include <asm/arch/fsp/fsp_vpd.h>
 #include <asm/arch/fsp/fsp_configs.h>