diff mbox series

[U-Boot,v3,10/10] x86: Move fsp_ffs.h include to fsp_arch.h

Message ID 20190925140020.188781-11-sjg@chromium.org
State Accepted
Commit 0e23d7660a06978d8953cbeedd931ab0df01294f
Delegated to: Bin Meng
Headers show
Series x86: Prepare for adding FSP2 code | expand

Commit Message

Simon Glass Sept. 25, 2019, 2 p.m. UTC
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>
---

Changes in v3: None
Changes in v2: None

 arch/x86/include/asm/fsp_arch.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Bin Meng Oct. 2, 2019, 11 a.m. UTC | #1
On Wed, Sep 25, 2019 at 10:00 PM Simon Glass <sjg@chromium.org> wrote:
>
> 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>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  arch/x86/include/asm/fsp_arch.h | 1 +
>  1 file changed, 1 insertion(+)
>

applied to u-boot-x86/next, thanks!
diff mbox series

Patch

diff --git a/arch/x86/include/asm/fsp_arch.h b/arch/x86/include/asm/fsp_arch.h
index b223141c448..3b2077b3924 100644
--- a/arch/x86/include/asm/fsp_arch.h
+++ b/arch/x86/include/asm/fsp_arch.h
@@ -15,6 +15,7 @@ 
  */
 
 #include <asm/fsp1/fsp_api.h>
+#include <asm/fsp1/fsp_ffs.h>
 #include <asm/arch/fsp/fsp_vpd.h>
 #include <asm/arch/fsp/fsp_configs.h>