Re: [PATCH 1/3] RISC-V: Add separate defconfig for 32bit systems

2019-04-10 Thread Palmer Dabbelt
On Tue, 09 Apr 2019 23:09:03 PDT (-0700), a...@brainfault.org wrote: On Tue, Apr 9, 2019 at 10:14 PM Palmer Dabbelt wrote: On Tue, 12 Mar 2019 15:08:12 PDT (-0700), Anup Patel wrote: > This patch adds rv32_defconfig for 32bit systems. The only > difference between rv32_defconfig and defconfig

Re: [PATCH 1/3] RISC-V: Add separate defconfig for 32bit systems

2019-04-10 Thread Anup Patel
On Tue, Apr 9, 2019 at 10:14 PM Palmer Dabbelt wrote: > > On Tue, 12 Mar 2019 15:08:12 PDT (-0700), Anup Patel wrote: > > This patch adds rv32_defconfig for 32bit systems. The only > > difference between rv32_defconfig and defconfig is that > > rv32_defconfig has CONFIG_ARCH_RV32I=y. > > Thanks.

Re: [PATCH 1/3] RISC-V: Add separate defconfig for 32bit systems

2019-04-09 Thread Palmer Dabbelt
On Tue, 12 Mar 2019 15:08:12 PDT (-0700), Anup Patel wrote: This patch adds rv32_defconfig for 32bit systems. The only difference between rv32_defconfig and defconfig is that rv32_defconfig has CONFIG_ARCH_RV32I=y. Thanks. I think it makes sense to have this in 5.1 so I'm going to take it

[PATCH 1/3] RISC-V: Add separate defconfig for 32bit systems

2019-03-12 Thread Anup Patel
This patch adds rv32_defconfig for 32bit systems. The only difference between rv32_defconfig and defconfig is that rv32_defconfig has CONFIG_ARCH_RV32I=y. Signed-off-by: Anup Patel --- arch/riscv/configs/rv32_defconfig | 84 +++ 1 file changed, 84 insertions(+)