Re: [U-Boot] [PATCH v2 56/63] x86: Move setjmp to the i386 directory

2017-01-14 Thread Bin Meng
On Sun, Nov 20, 2016 at 4:25 AM, 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 > --- > > Changes in v2: None > > arch/x86/cpu/Makefile| 3 --- > arch/x86/cpu/i386/Makefile |

[U-Boot] [PATCH v2 56/63] x86: Move setjmp to the i386 directory

2016-11-19 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 --- Changes in v2: None arch/x86/cpu/Makefile| 3 --- arch/x86/cpu/i386/Makefile | 1 + arch/x86/cpu/{ => i386}/setjmp.S | 0 3 files changed, 1 inserti