mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
x86: Move fsp_ffs.h include to fsp_arch.h
This include file is only used for FSP v1. Avoid including it from fdt_support.h so we can use the latter with FSP v2. 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
79b228baae
commit
0e23d7660a
@ -15,6 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm/fsp1/fsp_api.h>
|
#include <asm/fsp1/fsp_api.h>
|
||||||
|
#include <asm/fsp1/fsp_ffs.h>
|
||||||
#include <asm/arch/fsp/fsp_vpd.h>
|
#include <asm/arch/fsp/fsp_vpd.h>
|
||||||
#include <asm/arch/fsp/fsp_configs.h>
|
#include <asm/arch/fsp/fsp_configs.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user