Re: [U-Boot] [PATCH v2 1/3] x86: Add Kconfig options to be used by arch/x86/cpu/config.mk

2015-06-05 Thread Simon Glass
On 4 June 2015 at 13:16, Andrew Bradford and...@bradfordembedded.com wrote: On 06/04 18:28, Bin Meng wrote: Add RESET_SEG_START, RESET_SEG_SIZE and RESET_VEC_LOC Kconfig options and make arch/x86/cpu/config.mk use these options. Signed-off-by: Bin Meng bmeng...@gmail.com ---

[U-Boot] [PATCH v2 1/3] x86: Add Kconfig options to be used by arch/x86/cpu/config.mk

2015-06-04 Thread Bin Meng
Add RESET_SEG_START, RESET_SEG_SIZE and RESET_VEC_LOC Kconfig options and make arch/x86/cpu/config.mk use these options. Signed-off-by: Bin Meng bmeng...@gmail.com --- Changes in v2: - New patch to add Kconfig options to be used by arch/x86/cpu/config.mk arch/x86/Kconfig | 15

Re: [U-Boot] [PATCH v2 1/3] x86: Add Kconfig options to be used by arch/x86/cpu/config.mk

2015-06-04 Thread Andrew Bradford
On 06/04 18:28, Bin Meng wrote: Add RESET_SEG_START, RESET_SEG_SIZE and RESET_VEC_LOC Kconfig options and make arch/x86/cpu/config.mk use these options. Signed-off-by: Bin Meng bmeng...@gmail.com --- Changes in v2: - New patch to add Kconfig options to be used by arch/x86/cpu/config.mk