2023-01-04 13:18:12

by Bagas Sanjaya

[permalink] [raw]
Subject: Re: [RFC PATCH 18/25] kvx: Add kvx default config file

On Tue, Jan 03, 2023 at 05:43:52PM +0100, Yann Sionneau wrote:
> arch/kvx/configs/default_defconfig | 130 +++++++++++++++++++++++++++++
> 1 file changed, 130 insertions(+)
> create mode 100644 arch/kvx/configs/default_defconfig
>

Shouldn't it be arch/kvx/configs/defconfig to be consistent with other
archs?

--
An old man doll... just what I always wanted! - Clara


Attachments:
(No filename) (383.00 B)
signature.asc (235.00 B)
Download all attachments

2023-01-06 14:56:25

by Jules Maselbas

[permalink] [raw]
Subject: Re: [RFC PATCH 18/25] kvx: Add kvx default config file

On Wed, Jan 04, 2023 at 08:02:43PM +0700, Bagas Sanjaya wrote:
> On Tue, Jan 03, 2023 at 05:43:52PM +0100, Yann Sionneau wrote:
> > arch/kvx/configs/default_defconfig | 130 +++++++++++++++++++++++++++++
> > 1 file changed, 130 insertions(+)
> > create mode 100644 arch/kvx/configs/default_defconfig
> >
>
> Shouldn't it be arch/kvx/configs/defconfig to be consistent with other
> archs?
Yes, we are going to use defconfig instead of default_defconfig (which
doesn't make much sens)

Thanks,
-- Jules