From 135c3800565228859401f7441d72b9f424a20af4 Mon Sep 17 00:00:00 2001 From: Kishore Kumar Korathaluri Date: Mon, 5 Jan 2015 15:22:26 +0530 Subject: [PATCH] xilffs : added namespace for all HSI TCL commands. Signed-off-by: Kishore Kumar Korathaluri --- lib/sw_services/xilffs/data/xilffs.tcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/sw_services/xilffs/data/xilffs.tcl b/lib/sw_services/xilffs/data/xilffs.tcl index c48eeca8..3c21b5bf 100755 --- a/lib/sw_services/xilffs/data/xilffs.tcl +++ b/lib/sw_services/xilffs/data/xilffs.tcl @@ -45,10 +45,10 @@ #--------------------------------------------- proc ffs_drc {libhandle} { - + # Check if any IP instances that use FATFS are present - set sw_processor [get_sw_processor] - set processor [get_cells [get_property HW_INSTANCE $sw_processor]] + set sw_processor [hsi::get_sw_processor] + set processor [hsi::get_cells [get_property HW_INSTANCE $sw_processor]] set ffs_periphs_list [get_ffs_periphs $processor]