File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ function setup_fvp() {
124124 if [[ " ${OS} " != " Linux" ]]; then
125125 echo " [${FUNCNAME[0]} ] Warning: FVP only supported with Linux OS, skipping FVP setup..."
126126 echo " [${FUNCNAME[0]} ] Warning: For MacOS, using https://github.com/Arm-Examples/FVPs-on-Mac is recommended."
127- echo " [${FUNCNAME[0]} ] Warning: Follow the instructions and make sure the path is set correctly."
127+ echo " [${FUNCNAME[0]} ] Warning: Follow the instructions and make sure the path is set correctly."
128128 return 1
129129 fi
130130
@@ -234,6 +234,7 @@ function setup_tosa_reference_model() {
234234 git submodule update --init --recursive
235235 cd ..
236236 fi
237+ echo " Hi"
237238 cd reference_model
238239 mkdir -p build
239240 cd build
You can’t perform that action at this time.
0 commit comments