x86: Move fsp_api.h inclusion out of fsp_support.h

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>
This commit is contained in:
Simon Glass 2019-09-25 08:00:14 -06:00 committed by Bin Meng
parent 8cd29798d6
commit 8a0b4e2dd7
2 changed files with 1 additions and 1 deletions

View 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>

View 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>