summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2019-09-25 08:00:19 -0600
committerBin Meng <[email protected]>2019-10-08 13:50:50 +0800
commit79b228baae06a57d0d01358e832d5ea2f2cc02d3 (patch)
tree3ece27e45e0acbd3ed5ce83afdbd4ee38fbbc574
parent21a1133d823b3cadbbe9f18475948bfcd587be60 (diff)
x86: Move fsp_bootmode.h to the generic fsp directory
This header file is the same for FSP v1 and v2, although there may be some additions to come. Move it into the generic fsp directory. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Bin Meng <[email protected]> Tested-by: Bin Meng <[email protected]>
-rw-r--r--arch/x86/include/asm/fsp/fsp_bootmode.h (renamed from arch/x86/include/asm/fsp1/fsp_bootmode.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_bootmode.h b/arch/x86/include/asm/fsp/fsp_bootmode.h
index bc96ec308cb..bc96ec308cb 100644
--- a/arch/x86/include/asm/fsp1/fsp_bootmode.h
+++ b/arch/x86/include/asm/fsp/fsp_bootmode.h
diff --git a/arch/x86/include/asm/fsp1/fsp_support.h b/arch/x86/include/asm/fsp1/fsp_support.h
index ed4335ed295..c2c5288ebd1 100644
--- a/arch/x86/include/asm/fsp1/fsp_support.h
+++ b/arch/x86/include/asm/fsp1/fsp_support.h
@@ -7,12 +7,12 @@
#ifndef __FSP_SUPPORT_H__
#define __FSP_SUPPORT_H__
+#include <asm/fsp/fsp_bootmode.h>
#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_bootmode.h"
#include <asm/fsp_arch.h>
#include <asm/fsp/fsp_azalia.h>