diff options
author | Simon Glass <sjg@chromium.org> | 2019-09-25 08:00:19 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2019-10-08 13:50:50 +0800 |
commit | 79b228baae06a57d0d01358e832d5ea2f2cc02d3 (patch) | |
tree | 3ece27e45e0acbd3ed5ce83afdbd4ee38fbbc574 | |
parent | 21a1133d823b3cadbbe9f18475948bfcd587be60 (diff) | |
download | u-boot-79b228baae06a57d0d01358e832d5ea2f2cc02d3.zip u-boot-79b228baae06a57d0d01358e832d5ea2f2cc02d3.tar.gz u-boot-79b228baae06a57d0d01358e832d5ea2f2cc02d3.tar.bz2 |
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 <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
-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.h | 2 |
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 bc96ec3..bc96ec3 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 ed4335e..c2c5288 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> |