[U-Boot] [PATCH v2 10/10] x86: Move fsp_ffs.h include to fsp_arch.h
Simon Glass
sjg at chromium.org
Sat Aug 24 14:44:22 UTC 2019
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 at chromium.org>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
---
Changes in v2: None
arch/x86/include/asm/fsp_arch.h | 1 +
1 file changed, 1 insertion(+)
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 <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>
--
2.23.0.187.g17f5b7556c-goog
More information about the U-Boot
mailing list