aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-10-02 08:26:41 +0800
committerBin Meng <bmeng.cn@gmail.com>2019-10-08 13:50:45 +0800
commit21a1133d823b3cadbbe9f18475948bfcd587be60 (patch)
tree2e816d01773e18013016149eea7b5f7c10630edd /arch
parente4499b52652cf2e13756d5b23b8d0118d5bf76d6 (diff)
downloadu-boot-21a1133d823b3cadbbe9f18475948bfcd587be60.zip
u-boot-21a1133d823b3cadbbe9f18475948bfcd587be60.tar.gz
u-boot-21a1133d823b3cadbbe9f18475948bfcd587be60.tar.bz2
x86: Move fsp_infoheader.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: move rename of fsp_infoheader.h from previous patch to this one] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/include/asm/fsp/fsp_infoheader.h (renamed from arch/x86/include/asm/fsp1/fsp_infoheader.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_infoheader.h b/arch/x86/include/asm/fsp/fsp_infoheader.h
index 86f7801..86f7801 100644
--- a/arch/x86/include/asm/fsp1/fsp_infoheader.h
+++ b/arch/x86/include/asm/fsp/fsp_infoheader.h
diff --git a/arch/x86/include/asm/fsp1/fsp_support.h b/arch/x86/include/asm/fsp1/fsp_support.h
index e204045..ed4335e 100644
--- a/arch/x86/include/asm/fsp1/fsp_support.h
+++ b/arch/x86/include/asm/fsp1/fsp_support.h
@@ -9,9 +9,9 @@
#include <asm/fsp/fsp_fv.h>
#include <asm/fsp/fsp_hob.h>
+#include <asm/fsp/fsp_infoheader.h>
#include <asm/fsp/fsp_types.h>
#include "fsp_ffs.h"
-#include "fsp_infoheader.h"
#include "fsp_bootmode.h"
#include <asm/fsp_arch.h>
#include <asm/fsp/fsp_azalia.h>