[U-Boot] [PATCH v2 4/5] x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTOR

2013-02-14 Thread Simon Glass
Invert the polarity of this option to simplify the Makefile logic. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Add new patch to invert CONFIG_NO_X86_RESET_VECTOR polarity README | 6 +++--- arch/x86/cpu/Makefile | 4 ++-- arch/x86/cpu/u-boot.lds

Re: [U-Boot] [PATCH v2 4/5] x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTOR

2013-02-14 Thread Gabe Black
Acked-by: Gabe Black gabebl...@chromium.org On Thu, Feb 14, 2013 at 6:18 AM, Simon Glass s...@chromium.org wrote: Invert the polarity of this option to simplify the Makefile logic. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Add new patch to invert

Re: [U-Boot] [PATCH v2 4/5] x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTOR

2013-02-14 Thread Simon Glass
On Thu, Feb 14, 2013 at 4:02 PM, Gabe Black gabebl...@google.com wrote: Acked-by: Gabe Black gabebl...@chromium.org On Thu, Feb 14, 2013 at 6:18 AM, Simon Glass s...@chromium.org wrote: Invert the polarity of this option to simplify the Makefile logic. Signed-off-by: Simon Glass