]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Fix up CONFIG_X86_64 check
authorSimon Glass <sjg@chromium.org>
Mon, 16 Jan 2017 14:04:00 +0000 (07:04 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 6 Feb 2017 03:38:46 +0000 (11:38 +0800)
commit25fd244da60312e5be32254465260e99793dd826
treed339867d72f70d3590b65ad55658612ef5a3d73f
parentd4f511e88ad5cb075a2f7bf622272f295c024389
x86: Fix up CONFIG_X86_64 check

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 <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/i386/interrupt.c