Re: [U-Boot] [PATCH] x86: Drop FSP error defines and use EFI instead

2015-08-11 Thread Bin Meng
Hi Simon, On Wed, Aug 12, 2015 at 1:57 AM, Simon Glass wrote: > Now that we have an efi.h header we can use that for FSP error defines. > Drop the FSP ones. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/fsp/fsp_types.h | 11 --- > arch/x86/lib/fsp/fsp_common.c|

[U-Boot] [PATCH] x86: Drop FSP error defines and use EFI instead

2015-08-11 Thread Simon Glass
Now that we have an efi.h header we can use that for FSP error defines. Drop the FSP ones. Signed-off-by: Simon Glass --- arch/x86/include/asm/fsp/fsp_types.h | 11 --- arch/x86/lib/fsp/fsp_common.c| 3 ++- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/arch/x8