diff options
| author | Simon Glass <[email protected]> | 2019-10-02 08:25:10 +0800 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2019-10-08 13:50:41 +0800 |
| commit | e4499b52652cf2e13756d5b23b8d0118d5bf76d6 (patch) | |
| tree | 431c98c799b68a059e2fc33cf41ffe5ecbd12a33 | |
| parent | aae5b4613a4b68efee33ac6803440ccc3a18ec55 (diff) | |
x86: Move fsp_hob.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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Bin Meng <[email protected]>
[bmeng: remove inclusion of fsp_hob.h in fsp_support.h]
Signed-off-by: Bin Meng <[email protected]>
| -rw-r--r-- | arch/x86/include/asm/fsp/fsp_hob.h (renamed from arch/x86/include/asm/fsp1/fsp_hob.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_hob.h b/arch/x86/include/asm/fsp/fsp_hob.h index 3bb79c4b67a..3bb79c4b67a 100644 --- a/arch/x86/include/asm/fsp1/fsp_hob.h +++ b/arch/x86/include/asm/fsp/fsp_hob.h diff --git a/arch/x86/include/asm/fsp1/fsp_support.h b/arch/x86/include/asm/fsp1/fsp_support.h index 8376b2ad40a..e204045482d 100644 --- a/arch/x86/include/asm/fsp1/fsp_support.h +++ b/arch/x86/include/asm/fsp1/fsp_support.h @@ -8,8 +8,8 @@ #define __FSP_SUPPORT_H__ #include <asm/fsp/fsp_fv.h> +#include <asm/fsp/fsp_hob.h> #include <asm/fsp/fsp_types.h> -#include "fsp_hob.h" #include "fsp_ffs.h" #include "fsp_infoheader.h" #include "fsp_bootmode.h" |
