diff --git a/ion/src/device/shared/drivers/reset.cpp b/ion/src/device/shared/drivers/reset.cpp index d69b2e102..21f93eed1 100644 --- a/ion/src/device/shared/drivers/reset.cpp +++ b/ion/src/device/shared/drivers/reset.cpp @@ -41,8 +41,7 @@ void __attribute__((noinline)) internalFlashJump(uint32_t jumpIsrVectorAddress) void jump(uint32_t jumpIsrVectorAddress) { // Disable cache before reset - Ion::Device::Cache::disableDCache(); - Ion::Device::Cache::disableICache(); + Ion::Device::Cache::disable(); /* Shutdown all clocks and periherals to mimic a hardware reset. */ Board::shutdownPeripherals();