sim: Unify platform repl files
Change-Id: I49d054225dc07182ff106935ddd2d75dbf68fc45
diff --git a/platforms/nexus/sim.mk b/platforms/nexus/sim.mk
index 26fec08..506b33d 100644
--- a/platforms/nexus/sim.mk
+++ b/platforms/nexus/sim.mk
@@ -75,7 +75,7 @@
# need for day-to-day work on the software side of Shodan.
simulate: renode kelvin_sim multihart_boot_rom ext_flash_release kelvin_hello_world cantrip-builtins-release
$(RENODE_CMD) -e "\
- \$$repl_file = @sim/config/platforms/nexus.repl; \
+ \$$repl_file = @sim/config/platforms/nexus-release.repl; \
\$$tar = @$(EXT_FLASH_RELEASE); \
\$$cpio = @$(EXT_BUILTINS_RELEASE); \
\$$cpio_load_address = ${CPIO_LOAD_ADDRESS}; \
@@ -155,7 +155,7 @@
simulate_minisel_release: renode multihart_boot_rom ext_flash_minisel_release
$(RENODE_CMD) -e "\
- \$$repl_file = @sim/config/platforms/nexus.repl; \
+ \$$repl_file = @sim/config/platforms/nexus-release.repl; \
\$$tar = @$(EXT_FLASH_MINISEL_RELEASE); \
\$$kernel = @$(CANTRIP_KERNEL_RELEASE); \
\$$cpio = @/dev/null; \
diff --git a/platforms/shodan/sim.mk b/platforms/shodan/sim.mk
index 3e8abd5..9c9e1cc 100644
--- a/platforms/shodan/sim.mk
+++ b/platforms/shodan/sim.mk
@@ -72,6 +72,7 @@
# need for day-to-day work on the software side of Shodan.
simulate: renode multihart_boot_rom ext_flash_release iree_model_builtins cantrip-builtins-release
$(RENODE_CMD) -e "\
+ \$$repl_file = @sim/config/platforms/shodan-release.repl; \
\$$tar = @$(EXT_FLASH_RELEASE); \
\$$cpio = @$(EXT_BUILTINS_RELEASE); \
\$$cpio_load_address = ${CPIO_LOAD_ADDRESS}; \