From b7f2cd268b639c19f3aae09e57e60d3eb2ac2ed0 Mon Sep 17 00:00:00 2001 From: Green Wan Date: Thu, 1 Jul 2021 15:39:55 +0800 Subject: lib: utils: reset: unify naming of 'sifive_test' device Unify all the file and function names of 'sifive_test' device, to use the same prefix. This is also a preparatory patch for upcoming sifive reset device. Signed-off-by: Green Wan Reviewed-by: Bin Meng Reviewed-by: Anup Patel --- lib/utils/reset/objects.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/utils/reset/objects.mk') diff --git a/lib/utils/reset/objects.mk b/lib/utils/reset/objects.mk index b6619f4..672aad9 100644 --- a/lib/utils/reset/objects.mk +++ b/lib/utils/reset/objects.mk @@ -9,6 +9,6 @@ libsbiutils-objs-y += reset/fdt_reset.o libsbiutils-objs-y += reset/fdt_reset_htif.o -libsbiutils-objs-y += reset/fdt_reset_sifive.o libsbiutils-objs-y += reset/fdt_reset_thead.o libsbiutils-objs-y += reset/fdt_reset_thead_asm.o +libsbiutils-objs-y += reset/fdt_reset_sifive_test.o -- cgit v1.1