Re: [U-Boot] [PATCH v2 35/63] x86: Fix up CONFIG_X86_64 check

2017-01-14 Thread Bin Meng
On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass wrote: > When SPL and U-Boot proper have different settings for this flag, we need to > use the correct one. Fix this up in the interrupt code. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/cpu/i386/interrupt.c | 2 +- > 1

[U-Boot] [PATCH v2 35/63] x86: Fix up CONFIG_X86_64 check

2016-11-19 Thread Simon Glass
When SPL and U-Boot proper have different settings for this flag, we need to use the correct one. Fix this up in the interrupt code. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/cpu/i386/interrupt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/cpu