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 wrote: > Acked-by: Gabe Black > > > On Thu, Feb 14, 2013 at 6:18 AM, Simon Glass wrote: >> >> Invert the polarity of this option to simplify the Makefile logic. >> >> Signed-off-by: Simon Glass Applied to x86/master. >> --- >> Changes in v2: >> - Ad

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 On Thu, Feb 14, 2013 at 6:18 AM, Simon Glass wrote: > Invert the polarity of this option to simplify the Makefile logic. > > Signed-off-by: Simon Glass > --- > Changes in v2: > - Add new patch to invert CONFIG_NO_X86_RESET_VECTOR polarity > > README |

[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 --- 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| 2 +- include/c