
25 Nov
2014
25 Nov
'14
3:47 a.m.
On 14 November 2014 at 20:34, Bin Meng bmeng.cn@gmail.com wrote:
On Sat, Nov 15, 2014 at 9:18 AM, Simon Glass sjg@chromium.org wrote:
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
Changes in v2:
- Drop WIP commit for u-boot.srec as it is not needed now
- Fix 'AT' value in link script
arch/x86/cpu/config.mk | 5 +++-- arch/x86/cpu/u-boot.lds | 14 +++++++++----- 2 files changed, 12 insertions(+), 7 deletions(-)
Applied to u-boot-x86.