]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit6910bbabdd3b3510735f32d10bcfe80d9b00ed3a
tree103fbc3b8758fd75155273cd141f6f77626551d0
parent14b28f8902997b3651125310bac0438d731560c2
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