x86: Use X86_32BIT_INIT instead of X86_RESET_VECTOR
authorSimon Glass <sjg@chromium.org>
Mon, 16 Jan 2017 14:03:46 +0000 (07:03 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 6 Feb 2017 03:38:46 +0000 (11:38 +0800)
commit2eff989585518a2da60930fa603aad4d425bbe7d
tree103fbc3b8758fd75155273cd141f6f77626551d0
parent972188b3a88261969dad0c972b5b915999756d0b
x86: Use X86_32BIT_INIT instead of X86_RESET_VECTOR

Use this new option to control the location of 32-bit init. This will allow
us to place this in SPL if needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/intel_common/Makefile
arch/x86/lib/init_helpers.c