Revert "Temporarily pin renode release"
This reverts commit 894d9a1d5d209740a5eb44d2f569ac69c9ed40a0.
Reason for revert: Unpin renode release
FIX: 324449269
Change-Id: Ia5520e6b18647fc2fc638e1926dee5e539aab506
diff --git a/platforms/nexus/renode.mk b/platforms/nexus/renode.mk
index 15127ae..7100793 100644
--- a/platforms/nexus/renode.mk
+++ b/platforms/nexus/renode.mk
@@ -42,9 +42,8 @@
#
# From AntMicro's release. If there is a local build from `m renode_src` with
# the same commit sha as the release build, it will be treated as up-to-date.
-# TODO(mwilson): Unpin the renode release until the wMMU fault is resolved in renode
renode: | $(RENODE_OUT_DIR)
- $(ROOTDIR)/scripts/download_renode.py --renode_dir $(RENODE_OUT_DIR) --release_name renode-1.14.0+20240130git6e173a1bb
+ $(ROOTDIR)/scripts/download_renode.py --renode_dir $(RENODE_OUT_DIR)
## Removes Renode build artifacts from sim/renode and out/
renode_clean:
diff --git a/platforms/shodan/renode.mk b/platforms/shodan/renode.mk
index a88d3d4..7100793 100644
--- a/platforms/shodan/renode.mk
+++ b/platforms/shodan/renode.mk
@@ -42,9 +42,8 @@
#
# From AntMicro's release. If there is a local build from `m renode_src` with
# the same commit sha as the release build, it will be treated as up-to-date.
-# TODO(mwilson): unpin the renode release after wMMU fault is fixed in renode.
renode: | $(RENODE_OUT_DIR)
- $(ROOTDIR)/scripts/download_renode.py --renode_dir $(RENODE_OUT_DIR) --release_name renode-1.14.0+20240130git6e173a1bb
+ $(ROOTDIR)/scripts/download_renode.py --renode_dir $(RENODE_OUT_DIR)
## Removes Renode build artifacts from sim/renode and out/
renode_clean: