aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-09-25 08:00:20 -0600
committerBin Meng <bmeng.cn@gmail.com>2019-10-08 13:50:55 +0800
commit0e23d7660a06978d8953cbeedd931ab0df01294f (patch)
tree20a4640e3291d3645fd43a3cb668e68bca83bb1d /arch
parent79b228baae06a57d0d01358e832d5ea2f2cc02d3 (diff)
downloadu-boot-0e23d7660a06978d8953cbeedd931ab0df01294f.zip
u-boot-0e23d7660a06978d8953cbeedd931ab0df01294f.tar.gz
u-boot-0e23d7660a06978d8953cbeedd931ab0df01294f.tar.bz2
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/include/asm/fsp_arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/fsp_arch.h b/arch/x86/include/asm/fsp_arch.h
index b223141..3b2077b 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>