RISC-V: Add separate defconfig for 32bit systems
authorAnup Patel <Anup.Patel@wdc.com>
Tue, 12 Mar 2019 22:08:12 +0000 (22:08 +0000)
committerPalmer Dabbelt <palmer@sifive.com>
Tue, 9 Apr 2019 16:42:49 +0000 (09:42 -0700)
commit1b937e8faa87ccfb4b7d5b230796fa67bc8a183b
treeb76778cd6cec9c279f0cdb30cb6918cb0786fa65
parent15ade5d2e7775667cf191cf2f94327a4889f8b9d
RISC-V: Add separate defconfig for 32bit systems

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 <anup.patel@wdc.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/configs/rv32_defconfig [new file with mode: 0644]