aboutsummaryrefslogtreecommitdiff
path: root/hw/core/resettable.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/core/resettable.c')
-rw-r--r--hw/core/resettable.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/core/resettable.c b/hw/core/resettable.c
index bebf7f10b2..6dd3e3dc48 100644
--- a/hw/core/resettable.c
+++ b/hw/core/resettable.c
@@ -48,8 +48,6 @@ void resettable_reset(Object *obj, ResetType type)
void resettable_assert_reset(Object *obj, ResetType type)
{
- /* TODO: change this assert when adding support for other reset types */
- assert(type == RESET_TYPE_COLD);
trace_resettable_reset_assert_begin(obj, type);
assert(!enter_phase_in_progress);
@@ -64,8 +62,6 @@ void resettable_assert_reset(Object *obj, ResetType type)
void resettable_release_reset(Object *obj, ResetType type)
{
- /* TODO: change this assert when adding support for other reset types */
- assert(type == RESET_TYPE_COLD);
trace_resettable_reset_release_begin(obj, type);
assert(!enter_phase_in_progress);