diff options
| -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 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> | 
