From: Simon Glass Date: Wed, 25 Sep 2019 14:00:20 +0000 (-0600) Subject: x86: Move fsp_ffs.h include to fsp_arch.h X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=0e23d7660a06978d8953cbeedd931ab0df01294f;p=u-boot.git 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 Reviewed-by: Bin Meng Tested-by: Bin Meng --- diff --git a/arch/x86/include/asm/fsp_arch.h b/arch/x86/include/asm/fsp_arch.h index b223141c44..3b2077b392 100644 --- a/arch/x86/include/asm/fsp_arch.h +++ b/arch/x86/include/asm/fsp_arch.h @@ -15,6 +15,7 @@ */ #include +#include #include #include