summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-10-02 08:25:10 +0800
committerBin Meng <bmeng.cn@gmail.com>2019-10-08 13:50:41 +0800
commite4499b52652cf2e13756d5b23b8d0118d5bf76d6 (patch)
tree431c98c799b68a059e2fc33cf41ffe5ecbd12a33 /arch/x86
parentaae5b4613a4b68efee33ac6803440ccc3a18ec55 (diff)
x86: Move fsp_hob.h to the generic fsp directory
This header file is the same for FSP v1 and v2. Move it into the general fsp directory. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com> [bmeng: remove inclusion of fsp_hob.h in fsp_support.h] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/fsp/fsp_hob.h (renamed from arch/x86/include/asm/fsp1/fsp_hob.h)0
-rw-r--r--arch/x86/include/asm/fsp1/fsp_support.h2
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/fsp1/fsp_hob.h b/arch/x86/include/asm/fsp/fsp_hob.h
index 3bb79c4b67..3bb79c4b67 100644
--- a/arch/x86/include/asm/fsp1/fsp_hob.h
+++ b/arch/x86/include/asm/fsp/fsp_hob.h
diff --git a/arch/x86/include/asm/fsp1/fsp_support.h b/arch/x86/include/asm/fsp1/fsp_support.h
index 8376b2ad40..e204045482 100644
--- a/arch/x86/include/asm/fsp1/fsp_support.h
+++ b/arch/x86/include/asm/fsp1/fsp_support.h
@@ -8,8 +8,8 @@
#define __FSP_SUPPORT_H__
#include <asm/fsp/fsp_fv.h>
+#include <asm/fsp/fsp_hob.h>
#include <asm/fsp/fsp_types.h>
-#include "fsp_hob.h"
#include "fsp_ffs.h"
#include "fsp_infoheader.h"
#include "fsp_bootmode.h"