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

From: Kevin Hilman
Date: Fri Nov 30 2018 - 16:31:05 EST


Alexey Brodkin <alexey.brodkin@xxxxxxxxxxxx> writes:

> From: Kevin Hilman <khilman@xxxxxxxxxxxx>
>
> 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.
>
> Note since we change default architecture from ARCompact to ARCv2
> it's required to explicitly mention architecture type in ARCompact
> defconfigs otherwise ARCv2 will be implied and binaries will be
> generated for ARCv2.
>
> Signed-off-by: Kevin Hilman <khilman@xxxxxxxxxxxx>
> Signed-off-by: Alexey Brodkin <abrodkin@xxxxxxxxxxxx>
> Cc: <stable@xxxxxxxxxxxxxxx> # 4.4.x

Tested-by: Kevin Hilman <khilman@xxxxxxxxxxxx>

Nice, thanks for cleaning this up. I tested it again for the kernelCI
use cases, and it's still working.

Thanks,

Kevin