Re: [U-Boot] [PATCH v3 55/62] x86: Move setjmp to the i386 directory

2017-02-06 Thread Bin Meng
On Mon, Jan 16, 2017 at 10:04 PM, Simon Glass wrote: > This code is only used in 32-bit mode. Move it so that it does not get > built with 64-bit U-Boot. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: None > Changes in v2: None > > arch/x86/cpu/Makefile

[U-Boot] [PATCH v3 55/62] x86: Move setjmp to the i386 directory

2017-01-16 Thread Simon Glass
This code is only used in 32-bit mode. Move it so that it does not get built with 64-bit U-Boot. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: None arch/x86/cpu/Makefile| 3 --- arch/x86/cpu/i386/Makefile | 1 + arch/x86/cpu/{ => i38