aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-09-25 08:00:16 -0600
committerBin Meng <bmeng.cn@gmail.com>2019-10-08 13:50:37 +0800
commitaae5b4613a4b68efee33ac6803440ccc3a18ec55 (patch)
tree5332e3f04e18d8380b274c72944d319bc43f0dd4 /arch
parent2b5560a6bdafe4e1217938b8b772b8f545136dd8 (diff)
downloadu-boot-aae5b4613a4b68efee33ac6803440ccc3a18ec55.zip
u-boot-aae5b4613a4b68efee33ac6803440ccc3a18ec55.tar.gz
u-boot-aae5b4613a4b68efee33ac6803440ccc3a18ec55.tar.bz2
x86: Move fsp_fv.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>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/include/asm/fsp/fsp_fv.h (renamed from arch/x86/include/asm/fsp1/fsp_fv.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_fv.h b/arch/x86/include/asm/fsp/fsp_fv.h
index 511dfb7..511dfb7 100644
--- a/arch/x86/include/asm/fsp1/fsp_fv.h
+++ b/arch/x86/include/asm/fsp/fsp_fv.h
diff --git a/arch/x86/include/asm/fsp1/fsp_support.h b/arch/x86/include/asm/fsp1/fsp_support.h
index e5ec2af..8376b2a 100644
--- a/arch/x86/include/asm/fsp1/fsp_support.h
+++ b/arch/x86/include/asm/fsp1/fsp_support.h
@@ -7,9 +7,9 @@
#ifndef __FSP_SUPPORT_H__
#define __FSP_SUPPORT_H__
+#include <asm/fsp/fsp_fv.h>
#include <asm/fsp/fsp_types.h>
#include "fsp_hob.h"
-#include "fsp_fv.h"
#include "fsp_ffs.h"
#include "fsp_infoheader.h"
#include "fsp_bootmode.h"