cmd: irq: disable CMD_IRQ for riscv arch
authorPragnesh Patel <pragnesh.patel@sifive.com>
Mon, 24 Aug 2020 15:08:55 +0000 (20:38 +0530)
committerAndes <uboot@andestech.com>
Wed, 30 Sep 2020 00:54:03 +0000 (08:54 +0800)
commitc5a7e5b3dd9de415b13599491d3239be2ab47c18
treede81a5ec69d1f4dd8638e12a43ea628cd8c09644
parent0ac83d080a0044cd0d8f782ba12f02cf969d3004
cmd: irq: disable CMD_IRQ for riscv arch

For RISC-V arch, no need for CMD_IRQ so disable the same.

Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Rick Chen <rick@andestech.com>
Reviewed-by: Bin Meng <bin.meng@windriver.com>
cmd/Kconfig