Re: [U-Boot] [PATCH v3 47/62] x86: Don't build 32-bit efi files on x86_64

2017-01-16 Thread Bin Meng
On Mon, Jan 16, 2017 at 10:04 PM, Simon Glass wrote: > These cannot be built in this mode, so drop them. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: None > Changes in v2: None > > arch/x86/lib/Makefile | 4 > 1 file changed, 4 insertions(+) > applied to

[U-Boot] [PATCH v3 47/62] x86: Don't build 32-bit efi files on x86_64

2017-01-16 Thread Simon Glass
These cannot be built in this mode, so drop them. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: None arch/x86/lib/Makefile | 4 1 file changed, 4 insertions(+) diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile index f737b7ecc2e..05e212f