mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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:
parent
8cd29798d6
commit
8a0b4e2dd7
2 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue