sw_apps: openamp matrix multiply tcl modified for hsi change

Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
Acked by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
Kinjal Pravinbhai Patel 2015-08-25 11:50:26 +05:30 committed by Nava kishore Manne
parent ceb7c06ab2
commit 984a96b8c4

View file

@ -39,7 +39,7 @@ proc swapp_get_description {} {
}
proc check_standalone_os {} {
set oslist [get_os];
set oslist [hsi::get_os];
if { [llength $oslist] != 1 } {
return 0;