]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit672d1acb5de3b1530eca9eb564da975ddc2453d6
treede81a5ec69d1f4dd8638e12a43ea628cd8c09644
parent1a915dd371e1d641e59d3f31baede195c9a60104
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