commit | dc7e21339e2d386cae31b8a1713274025226b333 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 16 07:03:53 2017 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 06 11:38:46 2017 +0800 |
tree | b71feb162d0e1e8e15742a74655cdff046688ff7 | |
parent | 6bda55a38ce4d9c5fcab5a5011e06469662954b3 [diff] |
x86: Refactor relocation to prepare for 64-bit Move the core relocation code into a separate function so that the checking code can be used for 64-bit relocation also. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>