aboutsummaryrefslogtreecommitdiff
path: root/src/ethosu_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ethosu_driver.c')
-rw-r--r--src/ethosu_driver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ethosu_driver.c b/src/ethosu_driver.c
index 3bad2ac..01ec389 100644
--- a/src/ethosu_driver.c
+++ b/src/ethosu_driver.c
@@ -189,9 +189,8 @@ int ethosu_init(void)
int return_code = 0;
LOG_INFO("ethosu_init calling NPU embed driver ethosu_dev_init\n");
-#ifdef FPGA
ethosu_soft_reset();
-#endif
+
if (ETHOSU_SUCCESS != ethosu_wait_for_reset())
{
LOG_ERR("Failed reset of Ethos-U\n");