]> git.baikalelectronics.ru Git - uboot.git/commit
riscv: Do not build reset.c if SYSRESET is on
authorBin Meng <bin.meng@windriver.com>
Tue, 23 Jun 2020 05:29:44 +0000 (22:29 -0700)
committerAndes <uboot@andestech.com>
Fri, 3 Jul 2020 07:07:48 +0000 (15:07 +0800)
commit91751d9d7227716485ec6cdbeb8d5fcb1e26d995
treebecfdface86a3d232dbe5421c9beb00abd6fa849
parente01f8fd3ef16f478cffc332171fae0e045ce62fe
riscv: Do not build reset.c if SYSRESET is on

SYSRESET uclass driver already provides all the reset APIs, hence
exclude our own ad-hoc reset.c implementation.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Sagar Kadam <sagar.kadam@sifive.com>
Reviewed-by: Pragnesh Patel <pragnesh.patel@sifive.com>
arch/riscv/lib/Makefile