Re: [PATCH 02/13] riscv: Fixup difference with defconfig

From: Arnd Bergmann
Date: Tue Dec 21 2021 - 12:09:50 EST


On Tue, Dec 21, 2021 at 5:35 PM <guoren@xxxxxxxxxx> wrote:
>
> From: Guo Ren <guoren@xxxxxxxxxxxxxxxxx>
>
> Let's follow the origin patch's spirit.
>
> The only difference between rv32_defconfig and defconfig is that
> rv32_defconfig has CONFIG_ARCH_RV32I=y.
>
> This is helpful to compare rv64-compat-rv32 v.s. rv32-linux.
>

If the intention is to keep them in sync, maybe use a fragment for 32-bit
mode, like powerpc or mips do.

Arnd