[U-Boot] [PATCH 09/33] x86: Factor out common values in the link script

2014-11-11 Thread Simon Glass
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 s...@chromium.org --- arch/x86/cpu/config.mk | 5 +++-- arch/x86/cpu/u-boot.lds |

Re: [U-Boot] [PATCH 09/33] x86: Factor out common values in the link script

2014-11-11 Thread Bin Meng
Hi Simon, On Wed, Nov 12, 2014 at 8:17 AM, Simon Glass s...@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