]> git.dujemihanovic.xyz Git - u-boot.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)
commitfd31e4fd184f9c203d16efed465e4ddeca1a79eb
treebecfdface86a3d232dbe5421c9beb00abd6fa849
parent1c17e55594a394ced7de88d91be294eaf8c564c1
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