fix: fix remaining CSS model port mappings
Change-Id: I5e8961c0d3e3b8be2ee5c2a7d14d476f7e9391d5
Signed-off-by: Chris Kay <chris.kay@arm.com>
diff --git a/run_config/fvp-linux.morello b/run_config/fvp-linux.morello
index 1efbcb7..7cb1460 100644
--- a/run_config/fvp-linux.morello
+++ b/run_config/fvp-linux.morello
@@ -11,7 +11,12 @@
}
generate_lava_job_template() {
- uart="1" set_primary="1" file="linux-rd-busybox.exp" track_expect
+ uart="1" port="5003" set_primary="1" file="linux-rd-busybox.exp" \
+ track_expect
+
+ set_uart_port "${archive:?}" 0 5001
+ set_uart_port "${archive:?}" 2 5000
+ set_uart_port "${archive:?}" 3 5002
payload_type="linux" gen_fvp_yaml_template
}