
7 Feb
2017
7 Feb
'17
6:18 a.m.
On Mon, Jan 16, 2017 at 10:04 PM, Simon Glass sjg@chromium.org 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 sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@gmail.com
Changes in v3: None 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 insertion(+), 3 deletions(-) rename arch/x86/cpu/{ => i386}/setjmp.S (100%)
applied to u-boot-x86, thanks!