Skip to content
Snippets Groups Projects
Commit 076c8be4 authored by Vijayenthiran Subramaniam's avatar Vijayenthiran Subramaniam Committed by Thomas Abraham
Browse files

platforms/rdv1: rename FVP name


FVP_RD_Daniel has been renamed to FVP_RD_V1 since the platform is based
on Neoverse V1. Update the error message to use the updated FVP name.

Signed-off-by: Vijayenthiran Subramaniam's avatarVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Change-Id: Ib36008da52d9ae4e18f038bb298ac111f26673a5
parent ca78fb36
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ source $PWD/../../../sgi/sgi_common_util.sh
# Check that the path to the model exists.
if [ ! -f "$MODEL" ]; then
echo "ERROR: you should set variable MODEL to point to a valid FVP_RD_Daniel" \
echo "ERROR: you should set variable MODEL to point to a valid FVP_RD_V1" \
"model binary, currently it is set to \"$MODEL\""
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment