diff options
| author | Anup Patel <[email protected]> | 2023-07-21 18:20:27 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2023-07-31 14:09:24 +0530 |
| commit | c2e602707dc0f915e96b8726d63d569cbb6724b4 (patch) | |
| tree | fb0e0bdb53eb9af5e09cad136be8ffd55ebdec71 /lib/utils/reset/objects.mk | |
| parent | 4a344a9b4cc89f64ab5326f428696e15bc2fcdba (diff) | |
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 <[email protected]>
Diffstat (limited to 'lib/utils/reset/objects.mk')
| -rw-r--r-- | lib/utils/reset/objects.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/utils/reset/objects.mk b/lib/utils/reset/objects.mk index 17287a5e..ea9cedcd 100644 --- a/lib/utils/reset/objects.mk +++ b/lib/utils/reset/objects.mk @@ -20,9 +20,6 @@ libsbiutils-objs-$(CONFIG_FDT_RESET_GPIO) += reset/fdt_reset_gpio.o carray-fdt_reset_drivers-$(CONFIG_FDT_RESET_HTIF) += fdt_reset_htif libsbiutils-objs-$(CONFIG_FDT_RESET_HTIF) += reset/fdt_reset_htif.o -carray-fdt_reset_drivers-$(CONFIG_FDT_RESET_SIFIVE_TEST) += fdt_reset_sifive_test -libsbiutils-objs-$(CONFIG_FDT_RESET_SIFIVE_TEST) += reset/fdt_reset_sifive_test.o - carray-fdt_reset_drivers-$(CONFIG_FDT_RESET_SUNXI_WDT) += fdt_reset_sunxi_wdt libsbiutils-objs-$(CONFIG_FDT_RESET_SUNXI_WDT) += reset/fdt_reset_sunxi_wdt.o |
