Re: [U-Boot] [PATCH 04/10] x86: Move fsp_api.h inclusion out of fsp_support.h

2019-08-19 Thread Bin Meng
On Mon, Aug 19, 2019 at 6:51 AM Simon Glass wrote: > > This header file is different for each version of FSP. Move it into the > fsp_arch.h header file. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/fsp1/fsp_support.h | 1 - > arch/x86/include/asm/fsp_arch.h | 1 + > 2

[U-Boot] [PATCH 04/10] x86: Move fsp_api.h inclusion out of fsp_support.h

2019-08-18 Thread Simon Glass
This header file is different for each version of FSP. Move it into the fsp_arch.h header file. Signed-off-by: Simon Glass --- arch/x86/include/asm/fsp1/fsp_support.h | 1 - arch/x86/include/asm/fsp_arch.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git