commit | 2eff989585518a2da60930fa603aad4d425bbe7d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 16 07:03:46 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 06 11:38:46 2017 +0800 |
tree | 103fbc3b8758fd75155273cd141f6f77626551d0 | |
parent | 972188b3a88261969dad0c972b5b915999756d0b [diff] |
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>