Re: [PATCH] ARC: change defconfig defaults to ARCv2

2018-11-29 Thread Vineet Gupta
On 11/29/18 11:18 AM, Kevin Hilman wrote: > Hi Vineet, > > Vineet Gupta writes: > >> On 11/27/18 2:21 PM, Kevin Hilman wrote: >>> Change the default defconfig (used with 'make defconfig') to the ARCv2 >>> nsim_hs_defconfig, and also switch the default Kconfig ISA selection to >>> ARCv2. >>> >>> Th

Re: [PATCH] ARC: change defconfig defaults to ARCv2

2018-11-29 Thread Kevin Hilman
Hi Vineet, Vineet Gupta writes: > On 11/27/18 2:21 PM, Kevin Hilman wrote: >> Change the default defconfig (used with 'make defconfig') to the ARCv2 >> nsim_hs_defconfig, and also switch the default Kconfig ISA selection to >> ARCv2. >> >> This allows several default defconfigs (e.g. make defcon

Re: [PATCH] ARC: change defconfig defaults to ARCv2

2018-11-27 Thread Vineet Gupta
On 11/27/18 2:21 PM, Kevin Hilman wrote: > Change the default defconfig (used with 'make defconfig') to the ARCv2 > nsim_hs_defconfig, and also switch the default Kconfig ISA selection to > ARCv2. > > This allows several default defconfigs (e.g. make defconfig, make > allnoconfig, make tinyconfig)

[PATCH] ARC: change defconfig defaults to ARCv2

2018-11-27 Thread Kevin Hilman
Change the default defconfig (used with 'make defconfig') to the ARCv2 nsim_hs_defconfig, and also switch the default Kconfig ISA selection to ARCv2. This allows several default defconfigs (e.g. make defconfig, make allnoconfig, make tinyconfig) to all work with ARCv2 by default. Signed-off-by: K