commit | a6a957849a0ad20323156ef2439b490306bd5e35 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 14 18:18:25 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 25 06:33:59 2014 -0700 |
tree | df0423740c33b47141e56c17882550804f0dfbd6 | |
parent | 091c4943539f8a0b238246e043683e3cbf657b5e [diff] |
x86: Factor out common values in the link script Define the reset base in config.mk so that it does not need to be calculated twice in the link script. Also tidy up the START_16 and RESET_VEC_LOC values to fit with this new approach. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>