Re: [U-Boot] [PATCH 6/6] x86: Enable EFI loader support

2016-08-08 Thread Bin Meng
Hi Simon, On Sun, Aug 7, 2016 at 7:23 AM, Simon Glass wrote: > Enable this so that EFI applications (notably grub) can be run under U-Boot > on x86 platforms. > > Signed-off-by: Simon Glass > --- > > lib/efi_loader/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a

[U-Boot] [PATCH 6/6] x86: Enable EFI loader support

2016-08-06 Thread Simon Glass
Enable this so that EFI applications (notably grub) can be run under U-Boot on x86 platforms. Signed-off-by: Simon Glass --- lib/efi_loader/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index 37a0dd6..8e7e8a5 100644 -