diff options
author | Simon Glass <sjg@chromium.org> | 2019-09-25 08:00:14 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2019-10-08 13:50:26 +0800 |
commit | 8a0b4e2dd7ce8a93ef49bed916e96c569a95ff23 (patch) | |
tree | 778e075ca5080a2821555e48196bad9995f3a884 /arch/x86/include/asm/fsp1/fsp_support.h | |
parent | 8cd29798d6a8e3cd3061ba855f6ea2b95ec47afc (diff) |
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>
Diffstat (limited to 'arch/x86/include/asm/fsp1/fsp_support.h')
-rw-r--r-- | arch/x86/include/asm/fsp1/fsp_support.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/fsp1/fsp_support.h b/arch/x86/include/asm/fsp1/fsp_support.h index 2fa6619c03..c75afe9356 100644 --- a/arch/x86/include/asm/fsp1/fsp_support.h +++ b/arch/x86/include/asm/fsp1/fsp_support.h @@ -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> |