commit | 972188b3a88261969dad0c972b5b915999756d0b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 16 07:03:45 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 06 11:38:46 2017 +0800 |
tree | 3a13ec8edb2a617b5170d9821cf553e4d775e9b2 | |
parent | 13f1dc64fd09d2894d13ca0db08ddd168bc12387 [diff] |
x86: Use X86_16BIT_INIT instead of X86_RESET_VECTOR Use this new option to control the location of 16-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>