lib: utils/reset: Remove SiFive Test reset driver

The functionality of SiFive Test reset driver is easily available
through Syscon reset driver so let us remove the SiFive Test driver.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
This commit is contained in:
Anup Patel
2023-07-21 18:20:27 +05:30
committed by Anup Patel
parent 4a344a9b4c
commit c2e602707d
8 changed files with 0 additions and 132 deletions

View File

@@ -10,8 +10,4 @@ config SYS_HTIF
bool "Host transfere interface (HTIF) support"
default n
config SYS_SIFIVE_TEST
bool "SiFive test support"
default n
endmenu